Html Css Color HEX #D4822F Dixie

📋 copy color: '#D4822F'

red 212 ◦ green 130 ◦ blue 47

#D4822F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dixie #D4822F

Tints of Dixie #D4822F

RGB

 RED value IS 212 (83.2% from 255) = 54.5%

 GREEN value IS 130 (51.17% from 255) = 33.42%

 BLUE value IS 47 (18.75% from 255) = 12.08%

R = 54.5%
G = 33.42%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D4822F (or 0xD4822F) is known color: Dixie. HEX triplet: D4, 82 and 2F. RGB value is (212,130,47). Sum of RGB (Red+Green+Blue) = 212+130+47=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D4822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4822F is #2B7DD0. Grayscale: #919191. Windows color (decimal): -2850257 or 3113684. OLE color: 3113684.

HSL color Cylindrical-coordinate representation of color #D4822F: hue angle of 30.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4822F is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 130 47 -
CMYK 0 0.39 0.78 0.17
HSL 30.18º 0.66% 0.51% -
HSV(B) 30.18º 0.78% 0.83% -
XYZ 35.65 30.17 6.63 -
YUV 145.06 72.67 175.75 -
System Red Green Blue C M Y K H S L
Decimal 212 130 47 0 0.39 0.78 0.17 30.18 0.66 0.51
Hex D4 82 2F 0 27 4E 11 1E 42 33
Octal 324 202 57 0 47 116 21 36 102 63
Binary 11010100 10000010 101111 0 100111 1001110 10001 11110 1000010 110011

Color Harmonies of #D4822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4822F

Black with #D4822F

Text Example


Text Example

White with #D4822F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4822F; }

 p { color: rgb(212,130,47); }

 H1.HeaderClassName
 {
   color: #D4822F;
 }
 .AnyTagClassName
 {
   color: #D4822F;
 }
</style>

background-color css

<style>
 a { background-color: #D4822F; }

 a { background-color: rgb(212,130,47); }

 div.DivClassName
 {
   background-color: #D4822F;
 }
 .BgClassName
 {
   background-color: #D4822F;
 }
</style>

border-color css

<style>
 span { border-color: #D4822F; }

 span { border-color: rgb(212,130,47); }

 td.TdClassName
 {
   border-color: #D4822F;
 }
 .TagClassName
 {
   border-color: #D4822F;
 }
</style>