Html Css Color HEX #DCC369 Chenin

📋 copy color: '#DCC369'

red 220 ◦ green 195 ◦ blue 105

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

Shades of Chenin #DCC369

Tints of Chenin #DCC369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.19%

R = 42.31%
G = 37.5%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DCC369 (or 0xDCC369) is known color: Chenin. HEX triplet: DC, C3 and 69. RGB value is (220,195,105). Sum of RGB (Red+Green+Blue) = 220+195+105=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC369 is #233C96. Grayscale: #C0C0C0. Windows color (decimal): -2309271 or 6931420. OLE color: 6931420.

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

Color convert

RGB 220 195 105 -
CMYK 0 0.11 0.52 0.14
HSL 46.96º 0.62% 0.64% -
HSV(B) 46.96º 0.52% 0.86% -
XYZ 51.58 55.27 21.31 -
YUV 192.22 78.78 147.82 -
System Red Green Blue C M Y K H S L
Decimal 220 195 105 0 0.11 0.52 0.14 46.96 0.62 0.64
Hex DC C3 69 0 B 34 E 2F 3E 40
Octal 334 303 151 0 13 64 16 57 76 100
Binary 11011100 11000011 1101001 0 1011 110100 1110 101111 111110 1000000

Color Harmonies of #DCC369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC369

Black with #DCC369

Text Example


Text Example

White with #DCC369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC369; }

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

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

background-color css

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

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

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

border-color css

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

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

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