Html Css Color HEX #DCCA65 Chenin

📋 copy color: '#DCCA65'

red 220 ◦ green 202 ◦ blue 101

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

Shades of Chenin #DCCA65

Tints of Chenin #DCCA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.31%

R = 42.07%
G = 38.62%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DCCA65 (or 0xDCCA65) is known color: Chenin. HEX triplet: DC, CA and 65. RGB value is (220,202,101). Sum of RGB (Red+Green+Blue) = 220+202+101=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA65 is #23359A. Grayscale: #C4C4C4. Windows color (decimal): -2307483 or 6671068. OLE color: 6671068.

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

Color convert

RGB 220 202 101 -
CMYK 0 0.08 0.54 0.14
HSL 50.92º 0.63% 0.63% -
HSV(B) 50.92º 0.54% 0.86% -
XYZ 52.98 58.4 20.79 -
YUV 195.87 74.46 145.21 -
System Red Green Blue C M Y K H S L
Decimal 220 202 101 0 0.08 0.54 0.14 50.92 0.63 0.63
Hex DC CA 65 0 8 36 E 33 3F 3F
Octal 334 312 145 0 10 66 16 63 77 77
Binary 11011100 11001010 1100101 0 1000 110110 1110 110011 111111 111111

Color Harmonies of #DCCA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA65

Black with #DCCA65

Text Example


Text Example

White with #DCCA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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