Html Css Color HEX #DCC033 Wattle

📋 copy color: '#DCC033'

red 220 ◦ green 192 ◦ blue 51

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

Shades of Wattle #DCC033

Tints of Wattle #DCC033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.02%

R = 47.52%
G = 41.47%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCC033 (or 0xDCC033) is known color: Wattle. HEX triplet: DC, C0 and 33. RGB value is (220,192,51). Sum of RGB (Red+Green+Blue) = 220+192+51=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 51 (20.31% from 255 or 11.02% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC033 is #233FCC. Grayscale: #B8B8B8. Windows color (decimal): -2310093 or 3391708. OLE color: 3391708.

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

Color convert

RGB 220 192 51 -
CMYK 0 0.13 0.77 0.14
HSL 50.06º 0.71% 0.53% -
HSV(B) 50.06º 0.77% 0.86% -
XYZ 48.96 53.15 10.81 -
YUV 184.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 220 192 51 0 0.13 0.77 0.14 50.06 0.71 0.53
Hex DC C0 33 0 D 4D E 32 47 35
Octal 334 300 63 0 15 115 16 62 107 65
Binary 11011100 11000000 110011 0 1101 1001101 1110 110010 1000111 110101

Color Harmonies of #DCC033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC033

Black with #DCC033

Text Example


Text Example

White with #DCC033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC033; }

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

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

background-color css

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

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

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

border-color css

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

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

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