Html Css Color HEX #D7C06F Chenin

📋 copy color: '#D7C06F'

red 215 ◦ green 192 ◦ blue 111

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

Shades of Chenin #D7C06F

Tints of Chenin #D7C06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.43%

R = 41.51%
G = 37.07%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7C06F (or 0xD7C06F) is known color: Chenin. HEX triplet: D7, C0 and 6F. RGB value is (215,192,111). Sum of RGB (Red+Green+Blue) = 215+192+111=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 111 (43.75% from 255 or 21.43% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C06F is #283F90. Grayscale: #BDBDBD. Windows color (decimal): -2637713 or 7323863. OLE color: 7323863.

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

Color convert

RGB 215 192 111 -
CMYK 0 0.11 0.48 0.16
HSL 46.73º 0.57% 0.64% -
HSV(B) 46.73º 0.48% 0.84% -
XYZ 49.74 53.29 22.7 -
YUV 189.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 215 192 111 0 0.11 0.48 0.16 46.73 0.57 0.64
Hex D7 C0 6F 0 B 30 10 2F 39 40
Octal 327 300 157 0 13 60 20 57 71 100
Binary 11010111 11000000 1101111 0 1011 110000 10000 101111 111001 1000000

Color Harmonies of #D7C06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C06F

Black with #D7C06F

Text Example


Text Example

White with #D7C06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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