Html Css Color HEX #D6C07A Straw

📋 copy color: '#D6C07A'

red 214 ◦ green 192 ◦ blue 122

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

Shades of Straw #D6C07A

Tints of Straw #D6C07A

RGB

 RED value IS 214 (83.98% from 255) = 40.53%

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

 BLUE value IS 122 (48.05% from 255) = 23.11%

R = 40.53%
G = 36.36%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6C07A (or 0xD6C07A) is known color: Straw. HEX triplet: D6, C0 and 7A. RGB value is (214,192,122). Sum of RGB (Red+Green+Blue) = 214+192+122=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C07A is #293F85. Grayscale: #BEBEBE. Windows color (decimal): -2703238 or 8044758. OLE color: 8044758.

HSL color Cylindrical-coordinate representation of color #D6C07A: hue angle of 45.65º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6C07A is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 192 122 -
CMYK 0 0.10 0.43 0.16
HSL 45.65º 0.53% 0.66% -
HSV(B) 45.65º 0.43% 0.84% -
XYZ 50.09 53.4 26.08 -
YUV 190.6 89.29 144.69 -
System Red Green Blue C M Y K H S L
Decimal 214 192 122 0 0.10 0.43 0.16 45.65 0.53 0.66
Hex D6 C0 7A 0 A 2B 10 2E 35 42
Octal 326 300 172 0 12 53 20 56 65 102
Binary 11010110 11000000 1111010 0 1010 101011 10000 101110 110101 1000010

Color Harmonies of #D6C07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C07A

Black with #D6C07A

Text Example


Text Example

White with #D6C07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C07A; }

 p { color: rgb(214,192,122); }

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

background-color css

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

 a { background-color: rgb(214,192,122); }

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

border-color css

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

 span { border-color: rgb(214,192,122); }

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