Html Css Color HEX #DBC538 Wattle

📋 copy color: '#DBC538'

red 219 ◦ green 197 ◦ blue 56

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

Shades of Wattle #DBC538

Tints of Wattle #DBC538

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.74%

 BLUE value IS 56 (22.27% from 255) = 11.86%

R = 46.4%
G = 41.74%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBC538 (or 0xDBC538) is known color: Wattle. HEX triplet: DB, C5 and 38. RGB value is (219,197,56). Sum of RGB (Red+Green+Blue) = 219+197+56=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC538 is #243AC7. Grayscale: #BCBCBC. Windows color (decimal): -2374344 or 3720667. OLE color: 3720667.

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

Color convert

RGB 219 197 56 -
CMYK 0 0.10 0.74 0.14
HSL 51.9º 0.69% 0.54% -
HSV(B) 51.9º 0.74% 0.86% -
XYZ 49.89 55.28 11.78 -
YUV 187.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 219 197 56 0 0.10 0.74 0.14 51.9 0.69 0.54
Hex DB C5 38 0 A 4A E 34 45 36
Octal 333 305 70 0 12 112 16 64 105 66
Binary 11011011 11000101 111000 0 1010 1001010 1110 110100 1000101 110110

Color Harmonies of #DBC538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC538

Black with #DBC538

Text Example


Text Example

White with #DBC538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC538; }

 p { color: rgb(219,197,56); }

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

background-color css

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

 a { background-color: rgb(219,197,56); }

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

border-color css

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

 span { border-color: rgb(219,197,56); }

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