Html Css Color HEX #DBC235 Wattle

📋 copy color: '#DBC235'

red 219 ◦ green 194 ◦ blue 53

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

Shades of Wattle #DBC235

Tints of Wattle #DBC235

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.63%

 BLUE value IS 53 (21.09% from 255) = 11.37%

R = 47%
G = 41.63%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DBC235 (or 0xDBC235) is known color: Wattle. HEX triplet: DB, C2 and 35. RGB value is (219,194,53). Sum of RGB (Red+Green+Blue) = 219+194+53=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC235 is #243DCA. Grayscale: #B9B9B9. Windows color (decimal): -2375115 or 3523291. OLE color: 3523291.

HSL color Cylindrical-coordinate representation of color #DBC235: hue angle of 50.96º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBC235 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 194 53 -
CMYK 0 0.11 0.76 0.14
HSL 50.96º 0.7% 0.53% -
HSV(B) 50.96º 0.76% 0.86% -
XYZ 49.15 53.9 11.18 -
YUV 185.4 53.28 151.96 -
System Red Green Blue C M Y K H S L
Decimal 219 194 53 0 0.11 0.76 0.14 50.96 0.7 0.53
Hex DB C2 35 0 B 4C E 33 46 35
Octal 333 302 65 0 13 114 16 63 106 65
Binary 11011011 11000010 110101 0 1011 1001100 1110 110011 1000110 110101

Color Harmonies of #DBC235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC235

Black with #DBC235

Text Example


Text Example

White with #DBC235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC235; }

 p { color: rgb(219,194,53); }

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

background-color css

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

 a { background-color: rgb(219,194,53); }

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

border-color css

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

 span { border-color: rgb(219,194,53); }

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