Html Css Color HEX #DCC132 Wattle

📋 copy color: '#DCC132'

red 220 ◦ green 193 ◦ blue 50

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

Shades of Wattle #DCC132

Tints of Wattle #DCC132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.68%

 BLUE value IS 50 (19.92% from 255) = 10.8%

R = 47.52%
G = 41.68%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCC132 (or 0xDCC132) is known color: Wattle. HEX triplet: DC, C1 and 32. RGB value is (220,193,50). Sum of RGB (Red+Green+Blue) = 220+193+50=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC132 is #233ECD. Grayscale: #B9B9B9. Windows color (decimal): -2309838 or 3326428. OLE color: 3326428.

HSL color Cylindrical-coordinate representation of color #DCC132: hue angle of 50.47º 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 #DCC132 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 193 50 -
CMYK 0 0.12 0.77 0.14
HSL 50.47º 0.71% 0.53% -
HSV(B) 50.47º 0.77% 0.86% -
XYZ 49.16 53.59 10.77 -
YUV 184.77 51.95 153.13 -
System Red Green Blue C M Y K H S L
Decimal 220 193 50 0 0.12 0.77 0.14 50.47 0.71 0.53
Hex DC C1 32 0 C 4D E 32 47 35
Octal 334 301 62 0 14 115 16 62 107 65
Binary 11011100 11000001 110010 0 1100 1001101 1110 110010 1000111 110101

Color Harmonies of #DCC132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC132

Black with #DCC132

Text Example


Text Example

White with #DCC132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC132; }

 p { color: rgb(220,193,50); }

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

background-color css

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

 a { background-color: rgb(220,193,50); }

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

border-color css

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

 span { border-color: rgb(220,193,50); }

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