Html Css Color HEX #DBC93E Wattle

📋 copy color: '#DBC93E'

red 219 ◦ green 201 ◦ blue 62

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

Shades of Wattle #DBC93E

Tints of Wattle #DBC93E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.7%

 BLUE value IS 62 (24.61% from 255) = 12.86%

R = 45.44%
G = 41.7%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DBC93E (or 0xDBC93E) is known color: Wattle. HEX triplet: DB, C9 and 3E. RGB value is (219,201,62). Sum of RGB (Red+Green+Blue) = 219+201+62=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 62 (24.61% from 255 or 12.86% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC93E is #2436C1. Grayscale: #BFBFBF. Windows color (decimal): -2373314 or 4114907. OLE color: 4114907.

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

Color convert

RGB 219 201 62 -
CMYK 0 0.08 0.72 0.14
HSL 53.12º 0.69% 0.55% -
HSV(B) 53.12º 0.72% 0.86% -
XYZ 50.97 57.18 12.91 -
YUV 190.54 55.46 148.3 -
System Red Green Blue C M Y K H S L
Decimal 219 201 62 0 0.08 0.72 0.14 53.12 0.69 0.55
Hex DB C9 3E 0 8 48 E 35 45 37
Octal 333 311 76 0 10 110 16 65 105 67
Binary 11011011 11001001 111110 0 1000 1001000 1110 110101 1000101 110111

Color Harmonies of #DBC93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC93E

Black with #DBC93E

Text Example


Text Example

White with #DBC93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC93E; }

 p { color: rgb(219,201,62); }

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

background-color css

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

 a { background-color: rgb(219,201,62); }

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

border-color css

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

 span { border-color: rgb(219,201,62); }

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