Html Css Color HEX #DCC66B Chenin

📋 copy color: '#DCC66B'

red 220 ◦ green 198 ◦ blue 107

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

Shades of Chenin #DCC66B

Tints of Chenin #DCC66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.38%

R = 41.9%
G = 37.71%
B = 20.38%

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

#DCC66B (or 0xDCC66B) is known color: Chenin. HEX triplet: DC, C6 and 6B. RGB value is (220,198,107). Sum of RGB (Red+Green+Blue) = 220+198+107=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC66B is #233994. Grayscale: #C2C2C2. Windows color (decimal): -2308501 or 7063260. OLE color: 7063260.

HSL color Cylindrical-coordinate representation of color #DCC66B: hue angle of 48.32º 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 #DCC66B is Cyan = 0, Magento = 0.1, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 107 -
CMYK 0 0.1 0.51 0.14
HSL 48.32º 0.62% 0.64% -
HSV(B) 48.32º 0.51% 0.86% -
XYZ 52.36 56.67 22.09 -
YUV 194.2 78.79 146.4 -
System Red Green Blue C M Y K H S L
Decimal 220 198 107 0 0.1 0.51 0.14 48.32 0.62 0.64
Hex DC C6 6B 0 A 33 E 30 3E 40
Octal 334 306 153 0 12 63 16 60 76 100
Binary 11011100 11000110 1101011 0 1010 110011 1110 110000 111110 1000000

Color Harmonies of #DCC66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC66B

Black with #DCC66B

Text Example


Text Example

White with #DCC66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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