Html Css Color HEX #D6C372 Chenin

📋 copy color: '#D6C372'

red 214 ◦ green 195 ◦ blue 114

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

Shades of Chenin #D6C372

Tints of Chenin #D6C372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.28%

 BLUE value IS 114 (44.92% from 255) = 21.8%

R = 40.92%
G = 37.28%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6C372 (or 0xD6C372) is known color: Chenin. HEX triplet: D6, C3 and 72. RGB value is (214,195,114). Sum of RGB (Red+Green+Blue) = 214+195+114=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 114 (44.92% from 255 or 21.80% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C372 is #293C8D. Grayscale: #BFBFBF. Windows color (decimal): -2702478 or 7521238. OLE color: 7521238.

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

Color convert

RGB 214 195 114 -
CMYK 0 0.09 0.47 0.16
HSL 48.6º 0.55% 0.64% -
HSV(B) 48.6º 0.47% 0.84% -
XYZ 50.28 54.54 23.8 -
YUV 191.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 214 195 114 0 0.09 0.47 0.16 48.6 0.55 0.64
Hex D6 C3 72 0 9 2F 10 31 37 40
Octal 326 303 162 0 11 57 20 61 67 100
Binary 11010110 11000011 1110010 0 1001 101111 10000 110001 110111 1000000

Color Harmonies of #D6C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C372

Black with #D6C372

Text Example


Text Example

White with #D6C372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C372; }

 p { color: rgb(214,195,114); }

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

background-color css

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

 a { background-color: rgb(214,195,114); }

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

border-color css

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

 span { border-color: rgb(214,195,114); }

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