Html Css Color HEX #D5CA6C Chenin

📋 copy color: '#D5CA6C'

red 213 ◦ green 202 ◦ blue 108

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

Shades of Chenin #D5CA6C

Tints of Chenin #D5CA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.65%

R = 40.73%
G = 38.62%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5CA6C (or 0xD5CA6C) is known color: Chenin. HEX triplet: D5, CA and 6C. RGB value is (213,202,108). Sum of RGB (Red+Green+Blue) = 213+202+108=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA6C is #2A3593. Grayscale: #C2C2C2. Windows color (decimal): -2766228 or 7129813. OLE color: 7129813.

HSL color Cylindrical-coordinate representation of color #D5CA6C: hue angle of 53.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5CA6C is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 202 108 -
CMYK 0 0.05 0.49 0.16
HSL 53.71º 0.56% 0.63% -
HSV(B) 53.71º 0.49% 0.84% -
XYZ 51.27 57.47 22.58 -
YUV 194.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 213 202 108 0 0.05 0.49 0.16 53.71 0.56 0.63
Hex D5 CA 6C 0 5 31 10 36 38 3F
Octal 325 312 154 0 5 61 20 66 70 77
Binary 11010101 11001010 1101100 0 101 110001 10000 110110 111000 111111

Color Harmonies of #D5CA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA6C

Black with #D5CA6C

Text Example


Text Example

White with #D5CA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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