Html Css Color HEX #DCC46F Chenin

📋 copy color: '#DCC46F'

red 220 ◦ green 196 ◦ blue 111

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

Shades of Chenin #DCC46F

Tints of Chenin #DCC46F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.06%

R = 41.75%
G = 37.19%
B = 21.06%

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

#DCC46F (or 0xDCC46F) is known color: Chenin. HEX triplet: DC, C4 and 6F. RGB value is (220,196,111). Sum of RGB (Red+Green+Blue) = 220+196+111=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC46F is #233B90. Grayscale: #C1C1C1. Windows color (decimal): -2309009 or 7324892. OLE color: 7324892.

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

Color convert

RGB 220 196 111 -
CMYK 0 0.11 0.50 0.14
HSL 46.79º 0.61% 0.65% -
HSV(B) 46.79º 0.5% 0.86% -
XYZ 52.12 55.84 23.07 -
YUV 193.49 81.45 146.91 -
System Red Green Blue C M Y K H S L
Decimal 220 196 111 0 0.11 0.50 0.14 46.79 0.61 0.65
Hex DC C4 6F 0 B 32 E 2F 3D 41
Octal 334 304 157 0 13 62 16 57 75 101
Binary 11011100 11000100 1101111 0 1011 110010 1110 101111 111101 1000001

Color Harmonies of #DCC46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC46F

Black with #DCC46F

Text Example


Text Example

White with #DCC46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC46F; }

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

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

background-color css

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

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

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

border-color css

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

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

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