Html Css Color HEX #DCC468 Chenin

📋 copy color: '#DCC468'

red 220 ◦ green 196 ◦ blue 104

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

Shades of Chenin #DCC468

Tints of Chenin #DCC468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20%

R = 42.31%
G = 37.69%
B = 20%

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

#DCC468 (or 0xDCC468) is known color: Chenin. HEX triplet: DC, C4 and 68. RGB value is (220,196,104). Sum of RGB (Red+Green+Blue) = 220+196+104=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC468 is #233B97. Grayscale: #C1C1C1. Windows color (decimal): -2309016 or 6866140. OLE color: 6866140.

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

Color convert

RGB 220 196 104 -
CMYK 0 0.11 0.53 0.14
HSL 47.59º 0.62% 0.64% -
HSV(B) 47.59º 0.53% 0.86% -
XYZ 51.75 55.69 21.12 -
YUV 192.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 220 196 104 0 0.11 0.53 0.14 47.59 0.62 0.64
Hex DC C4 68 0 B 35 E 30 3E 40
Octal 334 304 150 0 13 65 16 60 76 100
Binary 11011100 11000100 1101000 0 1011 110101 1110 110000 111110 1000000

Color Harmonies of #DCC468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC468

Black with #DCC468

Text Example


Text Example

White with #DCC468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC468; }

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

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

background-color css

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

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

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

border-color css

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

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

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