Html Css Color HEX #D6CA70 Chenin

📋 copy color: '#D6CA70'

red 214 ◦ green 202 ◦ blue 112

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

Shades of Chenin #D6CA70

Tints of Chenin #D6CA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.26%

 BLUE value IS 112 (44.14% from 255) = 21.21%

R = 40.53%
G = 38.26%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6CA70 (or 0xD6CA70) is known color: Chenin. HEX triplet: D6, CA and 70. RGB value is (214,202,112). Sum of RGB (Red+Green+Blue) = 214+202+112=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CA70 is #29358F. Grayscale: #C3C3C3. Windows color (decimal): -2700688 or 7391958. OLE color: 7391958.

HSL color Cylindrical-coordinate representation of color #D6CA70: hue angle of 52.94º degrees, saturation: 0.55, 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 #D6CA70 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 202 112 -
CMYK 0 0.06 0.48 0.16
HSL 52.94º 0.55% 0.64% -
HSV(B) 52.94º 0.48% 0.84% -
XYZ 51.78 57.71 23.74 -
YUV 195.33 80.98 141.32 -
System Red Green Blue C M Y K H S L
Decimal 214 202 112 0 0.06 0.48 0.16 52.94 0.55 0.64
Hex D6 CA 70 0 6 30 10 35 37 40
Octal 326 312 160 0 6 60 20 65 67 100
Binary 11010110 11001010 1110000 0 110 110000 10000 110101 110111 1000000

Color Harmonies of #D6CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA70

Black with #D6CA70

Text Example


Text Example

White with #D6CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA70; }

 p { color: rgb(214,202,112); }

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

background-color css

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

 a { background-color: rgb(214,202,112); }

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

border-color css

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

 span { border-color: rgb(214,202,112); }

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