Html Css Color HEX #DCC47A Chenin

📋 copy color: '#DCC47A'

red 220 ◦ green 196 ◦ blue 122

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

Shades of Chenin #DCC47A

Tints of Chenin #DCC47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.68%

R = 40.89%
G = 36.43%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCC47A (or 0xDCC47A) is known color: Chenin. HEX triplet: DC, C4 and 7A. RGB value is (220,196,122). Sum of RGB (Red+Green+Blue) = 220+196+122=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC47A is #233B85. Grayscale: #C3C3C3. Windows color (decimal): -2308998 or 8045788. OLE color: 8045788.

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

Color convert

RGB 220 196 122 -
CMYK 0 0.11 0.45 0.14
HSL 45.31º 0.58% 0.67% -
HSV(B) 45.31º 0.45% 0.86% -
XYZ 52.77 56.1 26.46 -
YUV 194.74 86.95 146.02 -
System Red Green Blue C M Y K H S L
Decimal 220 196 122 0 0.11 0.45 0.14 45.31 0.58 0.67
Hex DC C4 7A 0 B 2D E 2D 3A 43
Octal 334 304 172 0 13 55 16 55 72 103
Binary 11011100 11000100 1111010 0 1011 101101 1110 101101 111010 1000011

Color Harmonies of #DCC47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC47A

Black with #DCC47A

Text Example


Text Example

White with #DCC47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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