Html Css Color HEX #D5CA75 Chenin

📋 copy color: '#D5CA75'

red 213 ◦ green 202 ◦ blue 117

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

Shades of Chenin #D5CA75

Tints of Chenin #D5CA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.99%

R = 40.04%
G = 37.97%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D5CA75 (or 0xD5CA75) is known color: Chenin. HEX triplet: D5, CA and 75. RGB value is (213,202,117). Sum of RGB (Red+Green+Blue) = 213+202+117=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA75 is #2A358A. Grayscale: #C3C3C3. Windows color (decimal): -2766219 or 7719637. OLE color: 7719637.

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

Color convert

RGB 213 202 117 -
CMYK 0 0.05 0.45 0.16
HSL 53.13º 0.53% 0.65% -
HSV(B) 53.13º 0.45% 0.84% -
XYZ 51.77 57.67 25.23 -
YUV 195.6 83.64 140.41 -
System Red Green Blue C M Y K H S L
Decimal 213 202 117 0 0.05 0.45 0.16 53.13 0.53 0.65
Hex D5 CA 75 0 5 2D 10 35 35 41
Octal 325 312 165 0 5 55 20 65 65 101
Binary 11010101 11001010 1110101 0 101 101101 10000 110101 110101 1000001

Color Harmonies of #D5CA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA75

Black with #D5CA75

Text Example


Text Example

White with #D5CA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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