Html Css Color HEX #DBC533 Wattle

📋 copy color: '#DBC533'

red 219 ◦ green 197 ◦ blue 51

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

Shades of Wattle #DBC533

Tints of Wattle #DBC533

RGB

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

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

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

R = 46.9%
G = 42.18%
B = 10.92%

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

#DBC533 (or 0xDBC533) is known color: Wattle. HEX triplet: DB, C5 and 33. RGB value is (219,197,51). Sum of RGB (Red+Green+Blue) = 219+197+51=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 51 (20.31% from 255 or 10.92% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC533 is #243ACC. Grayscale: #BBBBBB. Windows color (decimal): -2374349 or 3392987. OLE color: 3392987.

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

Color convert

RGB 219 197 51 -
CMYK 0 0.10 0.77 0.14
HSL 52.14º 0.7% 0.53% -
HSV(B) 52.14º 0.77% 0.86% -
XYZ 49.78 55.23 11.17 -
YUV 186.93 51.29 150.87 -
System Red Green Blue C M Y K H S L
Decimal 219 197 51 0 0.10 0.77 0.14 52.14 0.7 0.53
Hex DB C5 33 0 A 4D E 34 46 35
Octal 333 305 63 0 12 115 16 64 106 65
Binary 11011011 11000101 110011 0 1010 1001101 1110 110100 1000110 110101

Color Harmonies of #DBC533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC533

Black with #DBC533

Text Example


Text Example

White with #DBC533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC533; }

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

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

background-color css

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

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

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

border-color css

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

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

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