Html Css Color HEX #DCC46C Chenin

📋 copy color: '#DCC46C'

red 220 ◦ green 196 ◦ blue 108

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

Shades of Chenin #DCC46C

Tints of Chenin #DCC46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.61%

R = 41.98%
G = 37.4%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCC46C (or 0xDCC46C) is known color: Chenin. HEX triplet: DC, C4 and 6C. RGB value is (220,196,108). Sum of RGB (Red+Green+Blue) = 220+196+108=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC46C is #233B93. Grayscale: #C1C1C1. Windows color (decimal): -2309012 or 7128284. OLE color: 7128284.

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

Color convert

RGB 220 196 108 -
CMYK 0 0.11 0.51 0.14
HSL 47.14º 0.62% 0.64% -
HSV(B) 47.14º 0.51% 0.86% -
XYZ 51.96 55.78 22.21 -
YUV 193.14 79.95 147.16 -
System Red Green Blue C M Y K H S L
Decimal 220 196 108 0 0.11 0.51 0.14 47.14 0.62 0.64
Hex DC C4 6C 0 B 33 E 2F 3E 40
Octal 334 304 154 0 13 63 16 57 76 100
Binary 11011100 11000100 1101100 0 1011 110011 1110 101111 111110 1000000

Color Harmonies of #DCC46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC46C

Black with #DCC46C

Text Example


Text Example

White with #DCC46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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