Html Css Color HEX #DCCA75 Chenin

📋 copy color: '#DCCA75'

red 220 ◦ green 202 ◦ blue 117

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

Shades of Chenin #DCCA75

Tints of Chenin #DCCA75

RGB

 RED value IS 220 (86.33% from 255) = 40.82%

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

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

R = 40.82%
G = 37.48%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCCA75 (or 0xDCCA75) is known color: Chenin. HEX triplet: DC, CA and 75. RGB value is (220,202,117). Sum of RGB (Red+Green+Blue) = 220+202+117=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA75 is #23358A. Grayscale: #C6C6C6. Windows color (decimal): -2307467 or 7719644. OLE color: 7719644.

HSL color Cylindrical-coordinate representation of color #DCCA75: hue angle of 49.51º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCCA75 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 117 -
CMYK 0 0.08 0.47 0.14
HSL 49.51º 0.6% 0.66% -
HSV(B) 49.51º 0.47% 0.86% -
XYZ 53.85 58.74 25.33 -
YUV 197.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 220 202 117 0 0.08 0.47 0.14 49.51 0.6 0.66
Hex DC CA 75 0 8 2F E 32 3C 42
Octal 334 312 165 0 10 57 16 62 74 102
Binary 11011100 11001010 1110101 0 1000 101111 1110 110010 111100 1000010

Color Harmonies of #DCCA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA75

Black with #DCCA75

Text Example


Text Example

White with #DCCA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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