Html Css Color HEX #DCC469 Chenin

📋 copy color: '#DCC469'

red 220 ◦ green 196 ◦ blue 105

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

Shades of Chenin #DCC469

Tints of Chenin #DCC469

RGB

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

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

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

R = 42.23%
G = 37.62%
B = 20.15%

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

#DCC469 (or 0xDCC469) is known color: Chenin. HEX triplet: DC, C4 and 69. RGB value is (220,196,105). Sum of RGB (Red+Green+Blue) = 220+196+105=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC469 is #233B96. Grayscale: #C1C1C1. Windows color (decimal): -2309015 or 6931676. OLE color: 6931676.

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

Color convert

RGB 220 196 105 -
CMYK 0 0.11 0.52 0.14
HSL 47.48º 0.62% 0.64% -
HSV(B) 47.48º 0.52% 0.86% -
XYZ 51.8 55.72 21.39 -
YUV 192.8 78.45 147.4 -
System Red Green Blue C M Y K H S L
Decimal 220 196 105 0 0.11 0.52 0.14 47.48 0.62 0.64
Hex DC C4 69 0 B 34 E 2F 3E 40
Octal 334 304 151 0 13 64 16 57 76 100
Binary 11011100 11000100 1101001 0 1011 110100 1110 101111 111110 1000000

Color Harmonies of #DCC469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC469

Black with #DCC469

Text Example


Text Example

White with #DCC469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC469; }

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

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

background-color css

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

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

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

border-color css

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

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

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