Html Css Color HEX #DCC267 Chenin

📋 copy color: '#DCC267'

red 220 ◦ green 194 ◦ blue 103

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

Shades of Chenin #DCC267

Tints of Chenin #DCC267

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.52%

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

R = 42.55%
G = 37.52%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCC267 (or 0xDCC267) is known color: Chenin. HEX triplet: DC, C2 and 67. RGB value is (220,194,103). Sum of RGB (Red+Green+Blue) = 220+194+103=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC267 is #233D98. Grayscale: #BFBFBF. Windows color (decimal): -2309529 or 6800092. OLE color: 6800092.

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

Color convert

RGB 220 194 103 -
CMYK 0 0.12 0.53 0.14
HSL 46.67º 0.63% 0.63% -
HSV(B) 46.67º 0.53% 0.86% -
XYZ 51.26 54.78 20.7 -
YUV 191.4 78.11 148.4 -
System Red Green Blue C M Y K H S L
Decimal 220 194 103 0 0.12 0.53 0.14 46.67 0.63 0.63
Hex DC C2 67 0 C 35 E 2F 3F 3F
Octal 334 302 147 0 14 65 16 57 77 77
Binary 11011100 11000010 1100111 0 1100 110101 1110 101111 111111 111111

Color Harmonies of #DCC267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC267

Black with #DCC267

Text Example


Text Example

White with #DCC267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC267; }

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

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

background-color css

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

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

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

border-color css

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

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

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