Html Css Color HEX #DCC46D Chenin

📋 copy color: '#DCC46D'

red 220 ◦ green 196 ◦ blue 109

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

Shades of Chenin #DCC46D

Tints of Chenin #DCC46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.76%

R = 41.9%
G = 37.33%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCC46D (or 0xDCC46D) is known color: Chenin. HEX triplet: DC, C4 and 6D. RGB value is (220,196,109). Sum of RGB (Red+Green+Blue) = 220+196+109=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC46D is #233B92. Grayscale: #C1C1C1. Windows color (decimal): -2309011 or 7193820. OLE color: 7193820.

HSL color Cylindrical-coordinate representation of color #DCC46D: hue angle of 47.03º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCC46D is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 109 -
CMYK 0 0.11 0.50 0.14
HSL 47.03º 0.61% 0.65% -
HSV(B) 47.03º 0.5% 0.86% -
XYZ 52.02 55.8 22.5 -
YUV 193.26 80.45 147.07 -
System Red Green Blue C M Y K H S L
Decimal 220 196 109 0 0.11 0.50 0.14 47.03 0.61 0.65
Hex DC C4 6D 0 B 32 E 2F 3D 41
Octal 334 304 155 0 13 62 16 57 75 101
Binary 11011100 11000100 1101101 0 1011 110010 1110 101111 111101 1000001

Color Harmonies of #DCC46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC46D

Black with #DCC46D

Text Example


Text Example

White with #DCC46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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