Html Css Color HEX #DCC667 Chenin

📋 copy color: '#DCC667'

red 220 ◦ green 198 ◦ blue 103

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

Shades of Chenin #DCC667

Tints of Chenin #DCC667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.77%

R = 42.23%
G = 38%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCC667 (or 0xDCC667) is known color: Chenin. HEX triplet: DC, C6 and 67. RGB value is (220,198,103). Sum of RGB (Red+Green+Blue) = 220+198+103=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC667 is #233998. Grayscale: #C2C2C2. Windows color (decimal): -2308505 or 6801116. OLE color: 6801116.

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

Color convert

RGB 220 198 103 -
CMYK 0 0.1 0.53 0.14
HSL 48.72º 0.63% 0.63% -
HSV(B) 48.72º 0.53% 0.86% -
XYZ 52.16 56.58 21 -
YUV 193.75 76.79 146.72 -
System Red Green Blue C M Y K H S L
Decimal 220 198 103 0 0.1 0.53 0.14 48.72 0.63 0.63
Hex DC C6 67 0 A 35 E 31 3F 3F
Octal 334 306 147 0 12 65 16 61 77 77
Binary 11011100 11000110 1100111 0 1010 110101 1110 110001 111111 111111

Color Harmonies of #DCC667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC667

Black with #DCC667

Text Example


Text Example

White with #DCC667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC667; }

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

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

background-color css

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

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

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

border-color css

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

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

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