Html Css Color HEX #D5CA70 Chenin

📋 copy color: '#D5CA70'

red 213 ◦ green 202 ◦ blue 112

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

Shades of Chenin #D5CA70

Tints of Chenin #D5CA70

RGB

 RED value IS 213 (83.59% from 255) = 40.42%

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

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

R = 40.42%
G = 38.33%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5CA70 (or 0xD5CA70) is known color: Chenin. HEX triplet: D5, CA and 70. RGB value is (213,202,112). Sum of RGB (Red+Green+Blue) = 213+202+112=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA70 is #2A358F. Grayscale: #C3C3C3. Windows color (decimal): -2766224 or 7391957. OLE color: 7391957.

HSL color Cylindrical-coordinate representation of color #D5CA70: hue angle of 53.47º 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 #D5CA70 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 202 112 -
CMYK 0 0.05 0.47 0.16
HSL 53.47º 0.55% 0.64% -
HSV(B) 53.47º 0.47% 0.84% -
XYZ 51.49 57.56 23.73 -
YUV 195.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 213 202 112 0 0.05 0.47 0.16 53.47 0.55 0.64
Hex D5 CA 70 0 5 2F 10 35 37 40
Octal 325 312 160 0 5 57 20 65 67 100
Binary 11010101 11001010 1110000 0 101 101111 10000 110101 110111 1000000

Color Harmonies of #D5CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA70

Black with #D5CA70

Text Example


Text Example

White with #D5CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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