Html Css Color HEX #DBC936 Wattle

📋 copy color: '#DBC936'

red 219 ◦ green 201 ◦ blue 54

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

Shades of Wattle #DBC936

Tints of Wattle #DBC936

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.41%

 BLUE value IS 54 (21.48% from 255) = 11.39%

R = 46.2%
G = 42.41%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DBC936 (or 0xDBC936) is known color: Wattle. HEX triplet: DB, C9 and 36. RGB value is (219,201,54). Sum of RGB (Red+Green+Blue) = 219+201+54=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 54 (21.48% from 255 or 11.39% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC936 is #2436C9. Grayscale: #BEBEBE. Windows color (decimal): -2373322 or 3590619. OLE color: 3590619.

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

Color convert

RGB 219 201 54 -
CMYK 0 0.08 0.75 0.14
HSL 53.45º 0.7% 0.54% -
HSV(B) 53.45º 0.75% 0.86% -
XYZ 50.77 57.1 11.84 -
YUV 189.62 51.46 148.95 -
System Red Green Blue C M Y K H S L
Decimal 219 201 54 0 0.08 0.75 0.14 53.45 0.7 0.54
Hex DB C9 36 0 8 4B E 35 46 36
Octal 333 311 66 0 10 113 16 65 106 66
Binary 11011011 11001001 110110 0 1000 1001011 1110 110101 1000110 110110

Color Harmonies of #DBC936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC936

Black with #DBC936

Text Example


Text Example

White with #DBC936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC936; }

 p { color: rgb(219,201,54); }

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

background-color css

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

 a { background-color: rgb(219,201,54); }

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

border-color css

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

 span { border-color: rgb(219,201,54); }

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