Html Css Color HEX #DCC56F Chenin

📋 copy color: '#DCC56F'

red 220 ◦ green 197 ◦ blue 111

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

Shades of Chenin #DCC56F

Tints of Chenin #DCC56F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.31%

 BLUE value IS 111 (43.75% from 255) = 21.02%

R = 41.67%
G = 37.31%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCC56F (or 0xDCC56F) is known color: Chenin. HEX triplet: DC, C5 and 6F. RGB value is (220,197,111). Sum of RGB (Red+Green+Blue) = 220+197+111=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC56F is #233A90. Grayscale: #C2C2C2. Windows color (decimal): -2308753 or 7325148. OLE color: 7325148.

HSL color Cylindrical-coordinate representation of color #DCC56F: hue angle of 47.34º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCC56F is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 111 -
CMYK 0 0.10 0.50 0.14
HSL 47.34º 0.61% 0.65% -
HSV(B) 47.34º 0.5% 0.86% -
XYZ 52.35 56.3 23.15 -
YUV 194.07 81.12 146.49 -
System Red Green Blue C M Y K H S L
Decimal 220 197 111 0 0.10 0.50 0.14 47.34 0.61 0.65
Hex DC C5 6F 0 A 32 E 2F 3D 41
Octal 334 305 157 0 12 62 16 57 75 101
Binary 11011100 11000101 1101111 0 1010 110010 1110 101111 111101 1000001

Color Harmonies of #DCC56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC56F

Black with #DCC56F

Text Example


Text Example

White with #DCC56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC56F; }

 p { color: rgb(220,197,111); }

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

background-color css

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

 a { background-color: rgb(220,197,111); }

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

border-color css

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

 span { border-color: rgb(220,197,111); }

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