Html Css Color HEX #DCC069 Chenin

📋 copy color: '#DCC069'

red 220 ◦ green 192 ◦ blue 105

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

Shades of Chenin #DCC069

Tints of Chenin #DCC069

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.14%

 BLUE value IS 105 (41.41% from 255) = 20.31%

R = 42.55%
G = 37.14%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DCC069 (or 0xDCC069) is known color: Chenin. HEX triplet: DC, C0 and 69. RGB value is (220,192,105). Sum of RGB (Red+Green+Blue) = 220+192+105=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC069 is #233F96. Grayscale: #BEBEBE. Windows color (decimal): -2310039 or 6930652. OLE color: 6930652.

HSL color Cylindrical-coordinate representation of color #DCC069: hue angle of 45.39º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCC069 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 105 -
CMYK 0 0.13 0.52 0.14
HSL 45.39º 0.62% 0.64% -
HSV(B) 45.39º 0.52% 0.86% -
XYZ 50.91 53.93 21.09 -
YUV 190.45 79.78 149.07 -
System Red Green Blue C M Y K H S L
Decimal 220 192 105 0 0.13 0.52 0.14 45.39 0.62 0.64
Hex DC C0 69 0 D 34 E 2D 3E 40
Octal 334 300 151 0 15 64 16 55 76 100
Binary 11011100 11000000 1101001 0 1101 110100 1110 101101 111110 1000000

Color Harmonies of #DCC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC069

Black with #DCC069

Text Example


Text Example

White with #DCC069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC069; }

 p { color: rgb(220,192,105); }

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

background-color css

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

 a { background-color: rgb(220,192,105); }

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

border-color css

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

 span { border-color: rgb(220,192,105); }

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