Html Css Color HEX #DCC467 Chenin

📋 copy color: '#DCC467'

red 220 ◦ green 196 ◦ blue 103

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

Shades of Chenin #DCC467

Tints of Chenin #DCC467

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.76%

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

R = 42.39%
G = 37.76%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCC467 (or 0xDCC467) is known color: Chenin. HEX triplet: DC, C4 and 67. RGB value is (220,196,103). Sum of RGB (Red+Green+Blue) = 220+196+103=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 103 (40.62% from 255 or 19.85% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC467 is #233B98. Grayscale: #C0C0C0. Windows color (decimal): -2309017 or 6800604. OLE color: 6800604.

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

Color convert

RGB 220 196 103 -
CMYK 0 0.11 0.53 0.14
HSL 47.69º 0.63% 0.63% -
HSV(B) 47.69º 0.53% 0.86% -
XYZ 51.7 55.67 20.85 -
YUV 192.57 77.45 147.56 -
System Red Green Blue C M Y K H S L
Decimal 220 196 103 0 0.11 0.53 0.14 47.69 0.63 0.63
Hex DC C4 67 0 B 35 E 30 3F 3F
Octal 334 304 147 0 13 65 16 60 77 77
Binary 11011100 11000100 1100111 0 1011 110101 1110 110000 111111 111111

Color Harmonies of #DCC467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC467

Black with #DCC467

Text Example


Text Example

White with #DCC467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC467; }

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

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

background-color css

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

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

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

border-color css

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

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

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