Html Css Color HEX #DCC368 Chenin

📋 copy color: '#DCC368'

red 220 ◦ green 195 ◦ blue 104

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

Shades of Chenin #DCC368

Tints of Chenin #DCC368

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.57%

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

R = 42.39%
G = 37.57%
B = 20.04%

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

#DCC368 (or 0xDCC368) is known color: Chenin. HEX triplet: DC, C3 and 68. RGB value is (220,195,104). Sum of RGB (Red+Green+Blue) = 220+195+104=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC368 is #233C97. Grayscale: #C0C0C0. Windows color (decimal): -2309272 or 6865884. OLE color: 6865884.

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

Color convert

RGB 220 195 104 -
CMYK 0 0.11 0.53 0.14
HSL 47.07º 0.62% 0.64% -
HSV(B) 47.07º 0.53% 0.86% -
XYZ 51.53 55.25 21.04 -
YUV 192.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 220 195 104 0 0.11 0.53 0.14 47.07 0.62 0.64
Hex DC C3 68 0 B 35 E 2F 3E 40
Octal 334 303 150 0 13 65 16 57 76 100
Binary 11011100 11000011 1101000 0 1011 110101 1110 101111 111110 1000000

Color Harmonies of #DCC368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC368

Black with #DCC368

Text Example


Text Example

White with #DCC368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC368; }

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

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

background-color css

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

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

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

border-color css

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

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

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