Html Css Color HEX #D4892C Dixie

📋 copy color: '#D4892C'

red 212 ◦ green 137 ◦ blue 44

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

Shades of Dixie #D4892C

Tints of Dixie #D4892C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.86%

 BLUE value IS 44 (17.58% from 255) = 11.2%

R = 53.94%
G = 34.86%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4892C (or 0xD4892C) is known color: Dixie. HEX triplet: D4, 89 and 2C. RGB value is (212,137,44). Sum of RGB (Red+Green+Blue) = 212+137+44=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D4892C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4892C is #2B76D3. Grayscale: #959595. Windows color (decimal): -2848468 or 2918868. OLE color: 2918868.

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

Color convert

RGB 212 137 44 -
CMYK 0 0.35 0.79 0.17
HSL 33.21º 0.66% 0.5% -
HSV(B) 33.21º 0.79% 0.83% -
XYZ 36.55 32.07 6.65 -
YUV 148.82 68.85 173.06 -
System Red Green Blue C M Y K H S L
Decimal 212 137 44 0 0.35 0.79 0.17 33.21 0.66 0.5
Hex D4 89 2C 0 23 4F 11 21 42 32
Octal 324 211 54 0 43 117 21 41 102 62
Binary 11010100 10001001 101100 0 100011 1001111 10001 100001 1000010 110010

Color Harmonies of #D4892C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4892C

Black with #D4892C

Text Example


Text Example

White with #D4892C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4892C; }

 p { color: rgb(212,137,44); }

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

background-color css

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

 a { background-color: rgb(212,137,44); }

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

border-color css

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

 span { border-color: rgb(212,137,44); }

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