Html Css Color HEX #DCC278 Chenin

📋 copy color: '#DCC278'

red 220 ◦ green 194 ◦ blue 120

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

Shades of Chenin #DCC278

Tints of Chenin #DCC278

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.33%

 BLUE value IS 120 (47.27% from 255) = 22.47%

R = 41.2%
G = 36.33%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCC278 (or 0xDCC278) is known color: Chenin. HEX triplet: DC, C2 and 78. RGB value is (220,194,120). Sum of RGB (Red+Green+Blue) = 220+194+120=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC278 is #233D87. Grayscale: #C1C1C1. Windows color (decimal): -2309512 or 7914204. OLE color: 7914204.

HSL color Cylindrical-coordinate representation of color #DCC278: hue angle of 44.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCC278 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 120 -
CMYK 0 0.12 0.45 0.14
HSL 44.4º 0.59% 0.67% -
HSV(B) 44.4º 0.45% 0.86% -
XYZ 52.2 55.16 25.66 -
YUV 193.34 86.61 147.02 -
System Red Green Blue C M Y K H S L
Decimal 220 194 120 0 0.12 0.45 0.14 44.4 0.59 0.67
Hex DC C2 78 0 C 2D E 2C 3B 43
Octal 334 302 170 0 14 55 16 54 73 103
Binary 11011100 11000010 1111000 0 1100 101101 1110 101100 111011 1000011

Color Harmonies of #DCC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC278

Black with #DCC278

Text Example


Text Example

White with #DCC278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC278; }

 p { color: rgb(220,194,120); }

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

background-color css

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

 a { background-color: rgb(220,194,120); }

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

border-color css

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

 span { border-color: rgb(220,194,120); }

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