Html Css Color HEX #DBC13B Wattle

📋 copy color: '#DBC13B'

red 219 ◦ green 193 ◦ blue 59

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

Shades of Wattle #DBC13B

Tints of Wattle #DBC13B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.98%

 BLUE value IS 59 (23.44% from 255) = 12.53%

R = 46.5%
G = 40.98%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBC13B (or 0xDBC13B) is known color: Wattle. HEX triplet: DB, C1 and 3B. RGB value is (219,193,59). Sum of RGB (Red+Green+Blue) = 219+193+59=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 59 (23.44% from 255 or 12.53% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC13B is #243EC4. Grayscale: #BABABA. Windows color (decimal): -2375365 or 3916251. OLE color: 3916251.

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

Color convert

RGB 219 193 59 -
CMYK 0 0.12 0.73 0.14
HSL 50.25º 0.69% 0.55% -
HSV(B) 50.25º 0.73% 0.86% -
XYZ 49.07 53.52 11.88 -
YUV 185.5 56.61 151.9 -
System Red Green Blue C M Y K H S L
Decimal 219 193 59 0 0.12 0.73 0.14 50.25 0.69 0.55
Hex DB C1 3B 0 C 49 E 32 45 37
Octal 333 301 73 0 14 111 16 62 105 67
Binary 11011011 11000001 111011 0 1100 1001001 1110 110010 1000101 110111

Color Harmonies of #DBC13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC13B

Black with #DBC13B

Text Example


Text Example

White with #DBC13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC13B; }

 p { color: rgb(219,193,59); }

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

background-color css

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

 a { background-color: rgb(219,193,59); }

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

border-color css

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

 span { border-color: rgb(219,193,59); }

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