Html Css Color HEX #DBC033 Wattle

📋 copy color: '#DBC033'

red 219 ◦ green 192 ◦ blue 51

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

Shades of Wattle #DBC033

Tints of Wattle #DBC033

RGB

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

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

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

R = 47.4%
G = 41.56%
B = 11.04%

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

#DBC033 (or 0xDBC033) is known color: Wattle. HEX triplet: DB, C0 and 33. RGB value is (219,192,51). Sum of RGB (Red+Green+Blue) = 219+192+51=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 51 (20.31% from 255 or 11.04% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC033 is #243FCC. Grayscale: #B8B8B8. Windows color (decimal): -2375629 or 3391707. OLE color: 3391707.

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

Color convert

RGB 219 192 51 -
CMYK 0 0.12 0.77 0.14
HSL 50.36º 0.7% 0.53% -
HSV(B) 50.36º 0.77% 0.86% -
XYZ 48.66 53 10.8 -
YUV 184 52.95 152.96 -
System Red Green Blue C M Y K H S L
Decimal 219 192 51 0 0.12 0.77 0.14 50.36 0.7 0.53
Hex DB C0 33 0 C 4D E 32 46 35
Octal 333 300 63 0 14 115 16 62 106 65
Binary 11011011 11000000 110011 0 1100 1001101 1110 110010 1000110 110101

Color Harmonies of #DBC033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC033

Black with #DBC033

Text Example


Text Example

White with #DBC033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC033; }

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

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

background-color css

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

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

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

border-color css

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

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

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