Html Css Color HEX #DCC03E Wattle

📋 copy color: '#DCC03E'

red 220 ◦ green 192 ◦ blue 62

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

Shades of Wattle #DCC03E

Tints of Wattle #DCC03E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.51%

 BLUE value IS 62 (24.61% from 255) = 13.08%

R = 46.41%
G = 40.51%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCC03E (or 0xDCC03E) is known color: Wattle. HEX triplet: DC, C0 and 3E. RGB value is (220,192,62). Sum of RGB (Red+Green+Blue) = 220+192+62=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 62 (24.61% from 255 or 13.08% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC03E is #233FC1. Grayscale: #BABABA. Windows color (decimal): -2310082 or 4112604. OLE color: 4112604.

HSL color Cylindrical-coordinate representation of color #DCC03E: hue angle of 49.37º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCC03E is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 62 -
CMYK 0 0.13 0.72 0.14
HSL 49.37º 0.69% 0.55% -
HSV(B) 49.37º 0.72% 0.86% -
XYZ 49.23 53.26 12.24 -
YUV 185.55 58.28 152.57 -
System Red Green Blue C M Y K H S L
Decimal 220 192 62 0 0.13 0.72 0.14 49.37 0.69 0.55
Hex DC C0 3E 0 D 48 E 31 45 37
Octal 334 300 76 0 15 110 16 61 105 67
Binary 11011100 11000000 111110 0 1101 1001000 1110 110001 1000101 110111

Color Harmonies of #DCC03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC03E

Black with #DCC03E

Text Example


Text Example

White with #DCC03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC03E; }

 p { color: rgb(220,192,62); }

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

background-color css

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

 a { background-color: rgb(220,192,62); }

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

border-color css

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

 span { border-color: rgb(220,192,62); }

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