Html Css Color HEX #DCCB73 Chenin

📋 copy color: '#DCCB73'

red 220 ◦ green 203 ◦ blue 115

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

Shades of Chenin #DCCB73

Tints of Chenin #DCCB73

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.73%

 BLUE value IS 115 (45.31% from 255) = 21.38%

R = 40.89%
G = 37.73%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCCB73 (or 0xDCCB73) is known color: Chenin. HEX triplet: DC, CB and 73. RGB value is (220,203,115). Sum of RGB (Red+Green+Blue) = 220+203+115=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB73 is #23348C. Grayscale: #C6C6C6. Windows color (decimal): -2307213 or 7588828. OLE color: 7588828.

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

Color convert

RGB 220 203 115 -
CMYK 0 0.08 0.48 0.14
HSL 50.29º 0.6% 0.66% -
HSV(B) 50.29º 0.48% 0.86% -
XYZ 53.97 59.17 24.8 -
YUV 198.05 81.13 143.66 -
System Red Green Blue C M Y K H S L
Decimal 220 203 115 0 0.08 0.48 0.14 50.29 0.6 0.66
Hex DC CB 73 0 8 30 E 32 3C 42
Octal 334 313 163 0 10 60 16 62 74 102
Binary 11011100 11001011 1110011 0 1000 110000 1110 110010 111100 1000010

Color Harmonies of #DCCB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB73

Black with #DCCB73

Text Example


Text Example

White with #DCCB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB73; }

 p { color: rgb(220,203,115); }

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

background-color css

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

 a { background-color: rgb(220,203,115); }

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

border-color css

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

 span { border-color: rgb(220,203,115); }

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