Html Css Color HEX #DBC239 Wattle

📋 copy color: '#DBC239'

red 219 ◦ green 194 ◦ blue 57

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

Shades of Wattle #DBC239

Tints of Wattle #DBC239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.13%

R = 46.6%
G = 41.28%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBC239 (or 0xDBC239) is known color: Wattle. HEX triplet: DB, C2 and 39. RGB value is (219,194,57). Sum of RGB (Red+Green+Blue) = 219+194+57=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 57 (22.66% from 255 or 12.13% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC239 is #243DC6. Grayscale: #BABABA. Windows color (decimal): -2375111 or 3785435. OLE color: 3785435.

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

Color convert

RGB 219 194 57 -
CMYK 0 0.11 0.74 0.14
HSL 50.74º 0.69% 0.54% -
HSV(B) 50.74º 0.74% 0.86% -
XYZ 49.24 53.94 11.69 -
YUV 185.86 55.28 151.64 -
System Red Green Blue C M Y K H S L
Decimal 219 194 57 0 0.11 0.74 0.14 50.74 0.69 0.54
Hex DB C2 39 0 B 4A E 33 45 36
Octal 333 302 71 0 13 112 16 63 105 66
Binary 11011011 11000010 111001 0 1011 1001010 1110 110011 1000101 110110

Color Harmonies of #DBC239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC239

Black with #DBC239

Text Example


Text Example

White with #DBC239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC239; }

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

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

background-color css

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

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

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

border-color css

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

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

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