Html Css Color HEX #D5CA71 Chenin

📋 copy color: '#D5CA71'

red 213 ◦ green 202 ◦ blue 113

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

Shades of Chenin #D5CA71

Tints of Chenin #D5CA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.4%

R = 40.34%
G = 38.26%
B = 21.4%

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

#D5CA71 (or 0xD5CA71) is known color: Chenin. HEX triplet: D5, CA and 71. RGB value is (213,202,113). Sum of RGB (Red+Green+Blue) = 213+202+113=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA71 is #2A358E. Grayscale: #C3C3C3. Windows color (decimal): -2766223 or 7457493. OLE color: 7457493.

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

Color convert

RGB 213 202 113 -
CMYK 0 0.05 0.47 0.16
HSL 53.4º 0.54% 0.64% -
HSV(B) 53.4º 0.47% 0.84% -
XYZ 51.54 57.58 24.02 -
YUV 195.14 81.64 140.74 -
System Red Green Blue C M Y K H S L
Decimal 213 202 113 0 0.05 0.47 0.16 53.4 0.54 0.64
Hex D5 CA 71 0 5 2F 10 35 36 40
Octal 325 312 161 0 5 57 20 65 66 100
Binary 11010101 11001010 1110001 0 101 101111 10000 110101 110110 1000000

Color Harmonies of #D5CA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA71

Black with #D5CA71

Text Example


Text Example

White with #D5CA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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