Html Css Color HEX #DBC532 Wattle

📋 copy color: '#DBC532'

red 219 ◦ green 197 ◦ blue 50

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

Shades of Wattle #DBC532

Tints of Wattle #DBC532

RGB

 RED value IS 219 (85.94% from 255) = 47%

 GREEN value IS 197 (77.34% from 255) = 42.27%

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

R = 47%
G = 42.27%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBC532 (or 0xDBC532) is known color: Wattle. HEX triplet: DB, C5 and 32. RGB value is (219,197,50). Sum of RGB (Red+Green+Blue) = 219+197+50=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC532 is #243ACD. Grayscale: #BBBBBB. Windows color (decimal): -2374350 or 3327451. OLE color: 3327451.

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

Color convert

RGB 219 197 50 -
CMYK 0 0.10 0.77 0.14
HSL 52.19º 0.7% 0.53% -
HSV(B) 52.19º 0.77% 0.86% -
XYZ 49.76 55.22 11.05 -
YUV 186.82 50.79 150.95 -
System Red Green Blue C M Y K H S L
Decimal 219 197 50 0 0.10 0.77 0.14 52.19 0.7 0.53
Hex DB C5 32 0 A 4D E 34 46 35
Octal 333 305 62 0 12 115 16 64 106 65
Binary 11011011 11000101 110010 0 1010 1001101 1110 110100 1000110 110101

Color Harmonies of #DBC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC532

Black with #DBC532

Text Example


Text Example

White with #DBC532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC532; }

 p { color: rgb(219,197,50); }

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

background-color css

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

 a { background-color: rgb(219,197,50); }

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

border-color css

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

 span { border-color: rgb(219,197,50); }

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