Html Css Color HEX #D4C08E Straw

📋 copy color: '#D4C08E'

red 212 ◦ green 192 ◦ blue 142

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

Shades of Straw #D4C08E

Tints of Straw #D4C08E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.16%

 BLUE value IS 142 (55.86% from 255) = 26.01%

R = 38.83%
G = 35.16%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4C08E (or 0xD4C08E) is known color: Straw. HEX triplet: D4, C0 and 8E. RGB value is (212,192,142). Sum of RGB (Red+Green+Blue) = 212+192+142=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C08E is #2B3F71. Grayscale: #C0C0C0. Windows color (decimal): -2834290 or 9355476. OLE color: 9355476.

HSL color Cylindrical-coordinate representation of color #D4C08E: hue angle of 42.86º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4C08E is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 192 142 -
CMYK 0 0.09 0.33 0.17
HSL 42.86º 0.45% 0.69% -
HSV(B) 42.86º 0.33% 0.83% -
XYZ 50.88 53.65 33.26 -
YUV 192.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 212 192 142 0 0.09 0.33 0.17 42.86 0.45 0.69
Hex D4 C0 8E 0 9 21 11 2B 2D 45
Octal 324 300 216 0 11 41 21 53 55 105
Binary 11010100 11000000 10001110 0 1001 100001 10001 101011 101101 1000101

Color Harmonies of #D4C08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C08E

Black with #D4C08E

Text Example


Text Example

White with #D4C08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C08E; }

 p { color: rgb(212,192,142); }

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

background-color css

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

 a { background-color: rgb(212,192,142); }

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

border-color css

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

 span { border-color: rgb(212,192,142); }

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