Html Css Color HEX #DBC133 Wattle

📋 copy color: '#DBC133'

red 219 ◦ green 193 ◦ blue 51

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

Shades of Wattle #DBC133

Tints of Wattle #DBC133

RGB

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

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

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

R = 47.3%
G = 41.68%
B = 11.02%

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

#DBC133 (or 0xDBC133) is known color: Wattle. HEX triplet: DB, C1 and 33. RGB value is (219,193,51). Sum of RGB (Red+Green+Blue) = 219+193+51=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 51 (20.31% from 255 or 11.02% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC133 is #243ECC. Grayscale: #B9B9B9. Windows color (decimal): -2375373 or 3391963. OLE color: 3391963.

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

Color convert

RGB 219 193 51 -
CMYK 0 0.12 0.77 0.14
HSL 50.71º 0.7% 0.53% -
HSV(B) 50.71º 0.77% 0.86% -
XYZ 48.88 53.44 10.87 -
YUV 184.59 52.61 152.55 -
System Red Green Blue C M Y K H S L
Decimal 219 193 51 0 0.12 0.77 0.14 50.71 0.7 0.53
Hex DB C1 33 0 C 4D E 33 46 35
Octal 333 301 63 0 14 115 16 63 106 65
Binary 11011011 11000001 110011 0 1100 1001101 1110 110011 1000110 110101

Color Harmonies of #DBC133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC133

Black with #DBC133

Text Example


Text Example

White with #DBC133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC133; }

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

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

background-color css

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

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

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

border-color css

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

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

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