Html Css Color HEX #DCC66C Chenin

📋 copy color: '#DCC66C'

red 220 ◦ green 198 ◦ blue 108

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

Shades of Chenin #DCC66C

Tints of Chenin #DCC66C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.64%

 BLUE value IS 108 (42.58% from 255) = 20.53%

R = 41.83%
G = 37.64%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCC66C (or 0xDCC66C) is known color: Chenin. HEX triplet: DC, C6 and 6C. RGB value is (220,198,108). Sum of RGB (Red+Green+Blue) = 220+198+108=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC66C is #233993. Grayscale: #C2C2C2. Windows color (decimal): -2308500 or 7128796. OLE color: 7128796.

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

Color convert

RGB 220 198 108 -
CMYK 0 0.1 0.51 0.14
HSL 48.21º 0.62% 0.64% -
HSV(B) 48.21º 0.51% 0.86% -
XYZ 52.42 56.69 22.37 -
YUV 194.32 79.29 146.32 -
System Red Green Blue C M Y K H S L
Decimal 220 198 108 0 0.1 0.51 0.14 48.21 0.62 0.64
Hex DC C6 6C 0 A 33 E 30 3E 40
Octal 334 306 154 0 12 63 16 60 76 100
Binary 11011100 11000110 1101100 0 1010 110011 1110 110000 111110 1000000

Color Harmonies of #DCC66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC66C

Black with #DCC66C

Text Example


Text Example

White with #DCC66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC66C; }

 p { color: rgb(220,198,108); }

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

background-color css

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

 a { background-color: rgb(220,198,108); }

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

border-color css

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

 span { border-color: rgb(220,198,108); }

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