Html Css Color HEX #DCC42E Wattle

📋 copy color: '#DCC42E'

red 220 ◦ green 196 ◦ blue 46

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

Shades of Wattle #DCC42E

Tints of Wattle #DCC42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.96%

R = 47.62%
G = 42.42%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCC42E (or 0xDCC42E) is known color: Wattle. HEX triplet: DC, C4 and 2E. RGB value is (220,196,46). Sum of RGB (Red+Green+Blue) = 220+196+46=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 46 (18.36% from 255 or 9.96% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC42E is #233BD1. Grayscale: #BABABA. Windows color (decimal): -2309074 or 3065052. OLE color: 3065052.

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

Color convert

RGB 220 196 46 -
CMYK 0 0.11 0.79 0.14
HSL 51.72º 0.71% 0.52% -
HSV(B) 51.72º 0.79% 0.86% -
XYZ 49.75 54.89 10.56 -
YUV 186.08 48.95 152.2 -
System Red Green Blue C M Y K H S L
Decimal 220 196 46 0 0.11 0.79 0.14 51.72 0.71 0.52
Hex DC C4 2E 0 B 4F E 34 47 34
Octal 334 304 56 0 13 117 16 64 107 64
Binary 11011100 11000100 101110 0 1011 1001111 1110 110100 1000111 110100

Color Harmonies of #DCC42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC42E

Black with #DCC42E

Text Example


Text Example

White with #DCC42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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