Html Css Color HEX #DBC336 Wattle

📋 copy color: '#DBC336'

red 219 ◦ green 195 ◦ blue 54

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

Shades of Wattle #DBC336

Tints of Wattle #DBC336

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.67%

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

R = 46.79%
G = 41.67%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DBC336 (or 0xDBC336) is known color: Wattle. HEX triplet: DB, C3 and 36. RGB value is (219,195,54). Sum of RGB (Red+Green+Blue) = 219+195+54=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 54 (21.48% from 255 or 11.54% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC336 is #243CC9. Grayscale: #BABABA. Windows color (decimal): -2374858 or 3589083. OLE color: 3589083.

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

Color convert

RGB 219 195 54 -
CMYK 0 0.11 0.75 0.14
HSL 51.27º 0.7% 0.54% -
HSV(B) 51.27º 0.75% 0.86% -
XYZ 49.39 54.36 11.38 -
YUV 186.1 53.45 151.46 -
System Red Green Blue C M Y K H S L
Decimal 219 195 54 0 0.11 0.75 0.14 51.27 0.7 0.54
Hex DB C3 36 0 B 4B E 33 46 36
Octal 333 303 66 0 13 113 16 63 106 66
Binary 11011011 11000011 110110 0 1011 1001011 1110 110011 1000110 110110

Color Harmonies of #DBC336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC336

Black with #DBC336

Text Example


Text Example

White with #DBC336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC336; }

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

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

background-color css

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

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

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

border-color css

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

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

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