Html Css Color HEX #D6C67E Winter Hazel

📋 copy color: '#D6C67E'

red 214 ◦ green 198 ◦ blue 126

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

Shades of Winter Hazel #D6C67E

Tints of Winter Hazel #D6C67E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.8%

 BLUE value IS 126 (49.61% from 255) = 23.42%

R = 39.78%
G = 36.8%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6C67E (or 0xD6C67E) is known color: Winter Hazel. HEX triplet: D6, C6 and 7E. RGB value is (214,198,126). Sum of RGB (Red+Green+Blue) = 214+198+126=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C67E is #293981. Grayscale: #C2C2C2. Windows color (decimal): -2701698 or 8308438. OLE color: 8308438.

HSL color Cylindrical-coordinate representation of color #D6C67E: hue angle of 49.09º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6C67E is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 198 126 -
CMYK 0 0.07 0.41 0.16
HSL 49.09º 0.52% 0.67% -
HSV(B) 49.09º 0.41% 0.84% -
XYZ 51.69 56.19 27.86 -
YUV 194.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 214 198 126 0 0.07 0.41 0.16 49.09 0.52 0.67
Hex D6 C6 7E 0 7 29 10 31 34 43
Octal 326 306 176 0 7 51 20 61 64 103
Binary 11010110 11000110 1111110 0 111 101001 10000 110001 110100 1000011

Color Harmonies of #D6C67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C67E

Black with #D6C67E

Text Example


Text Example

White with #D6C67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C67E; }

 p { color: rgb(214,198,126); }

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

background-color css

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

 a { background-color: rgb(214,198,126); }

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

border-color css

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

 span { border-color: rgb(214,198,126); }

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