Html Css Color HEX #DCC567 Chenin

📋 copy color: '#DCC567'

red 220 ◦ green 197 ◦ blue 103

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

Shades of Chenin #DCC567

Tints of Chenin #DCC567

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.88%

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

R = 42.31%
G = 37.88%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCC567 (or 0xDCC567) is known color: Chenin. HEX triplet: DC, C5 and 67. RGB value is (220,197,103). Sum of RGB (Red+Green+Blue) = 220+197+103=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC567 is #233A98. Grayscale: #C1C1C1. Windows color (decimal): -2308761 or 6800860. OLE color: 6800860.

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

Color convert

RGB 220 197 103 -
CMYK 0 0.10 0.53 0.14
HSL 48.21º 0.63% 0.63% -
HSV(B) 48.21º 0.53% 0.86% -
XYZ 51.93 56.13 20.93 -
YUV 193.16 77.12 147.14 -
System Red Green Blue C M Y K H S L
Decimal 220 197 103 0 0.10 0.53 0.14 48.21 0.63 0.63
Hex DC C5 67 0 A 35 E 30 3F 3F
Octal 334 305 147 0 12 65 16 60 77 77
Binary 11011100 11000101 1100111 0 1010 110101 1110 110000 111111 111111

Color Harmonies of #DCC567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC567

Black with #DCC567

Text Example


Text Example

White with #DCC567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC567; }

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

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

background-color css

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

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

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

border-color css

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

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

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