Html Css Color HEX #DCC268 Chenin

📋 copy color: '#DCC268'

red 220 ◦ green 194 ◦ blue 104

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

Shades of Chenin #DCC268

Tints of Chenin #DCC268

RGB

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

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

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

R = 42.47%
G = 37.45%
B = 20.08%

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

#DCC268 (or 0xDCC268) is known color: Chenin. HEX triplet: DC, C2 and 68. RGB value is (220,194,104). Sum of RGB (Red+Green+Blue) = 220+194+104=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC268 is #233D97. Grayscale: #BFBFBF. Windows color (decimal): -2309528 or 6865628. OLE color: 6865628.

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

Color convert

RGB 220 194 104 -
CMYK 0 0.12 0.53 0.14
HSL 46.55º 0.62% 0.64% -
HSV(B) 46.55º 0.53% 0.86% -
XYZ 51.31 54.8 20.97 -
YUV 191.51 78.61 148.32 -
System Red Green Blue C M Y K H S L
Decimal 220 194 104 0 0.12 0.53 0.14 46.55 0.62 0.64
Hex DC C2 68 0 C 35 E 2F 3E 40
Octal 334 302 150 0 14 65 16 57 76 100
Binary 11011100 11000010 1101000 0 1100 110101 1110 101111 111110 1000000

Color Harmonies of #DCC268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC268

Black with #DCC268

Text Example


Text Example

White with #DCC268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC268; }

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

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

background-color css

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

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

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

border-color css

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

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

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