Html Css Color HEX #D7C08F Straw

📋 copy color: '#D7C08F'

red 215 ◦ green 192 ◦ blue 143

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

Shades of Straw #D7C08F

Tints of Straw #D7C08F

RGB

 RED value IS 215 (84.38% from 255) = 39.09%

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

 BLUE value IS 143 (56.25% from 255) = 26%

R = 39.09%
G = 34.91%
B = 26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7C08F (or 0xD7C08F) is known color: Straw. HEX triplet: D7, C0 and 8F. RGB value is (215,192,143). Sum of RGB (Red+Green+Blue) = 215+192+143=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C08F is #283F70. Grayscale: #C1C1C1. Windows color (decimal): -2637681 or 9421015. OLE color: 9421015.

HSL color Cylindrical-coordinate representation of color #D7C08F: hue angle of 40.83º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7C08F is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 192 143 -
CMYK 0 0.11 0.33 0.16
HSL 40.83º 0.47% 0.7% -
HSV(B) 40.83º 0.33% 0.84% -
XYZ 51.83 54.13 33.7 -
YUV 193.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 215 192 143 0 0.11 0.33 0.16 40.83 0.47 0.7
Hex D7 C0 8F 0 B 21 10 29 2F 46
Octal 327 300 217 0 13 41 20 51 57 106
Binary 11010111 11000000 10001111 0 1011 100001 10000 101001 101111 1000110

Color Harmonies of #D7C08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C08F

Black with #D7C08F

Text Example


Text Example

White with #D7C08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C08F; }

 p { color: rgb(215,192,143); }

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

background-color css

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

 a { background-color: rgb(215,192,143); }

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

border-color css

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

 span { border-color: rgb(215,192,143); }

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