Html Css Color HEX #DBC237 Wattle

📋 copy color: '#DBC237'

red 219 ◦ green 194 ◦ blue 55

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

Shades of Wattle #DBC237

Tints of Wattle #DBC237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.75%

R = 46.79%
G = 41.45%
B = 11.75%

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

#DBC237 (or 0xDBC237) is known color: Wattle. HEX triplet: DB, C2 and 37. RGB value is (219,194,55). Sum of RGB (Red+Green+Blue) = 219+194+55=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 55 (21.88% from 255 or 11.75% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC237 is #243DC8. Grayscale: #BABABA. Windows color (decimal): -2375113 or 3654363. OLE color: 3654363.

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

Color convert

RGB 219 194 55 -
CMYK 0 0.11 0.75 0.14
HSL 50.85º 0.69% 0.54% -
HSV(B) 50.85º 0.75% 0.86% -
XYZ 49.19 53.92 11.43 -
YUV 185.63 54.28 151.8 -
System Red Green Blue C M Y K H S L
Decimal 219 194 55 0 0.11 0.75 0.14 50.85 0.69 0.54
Hex DB C2 37 0 B 4B E 33 45 36
Octal 333 302 67 0 13 113 16 63 105 66
Binary 11011011 11000010 110111 0 1011 1001011 1110 110011 1000101 110110

Color Harmonies of #DBC237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC237

Black with #DBC237

Text Example


Text Example

White with #DBC237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC237; }

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

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

background-color css

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

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

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

border-color css

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

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

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