Html Css Color HEX #DBC730 Wattle

📋 copy color: '#DBC730'

red 219 ◦ green 199 ◦ blue 48

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

Shades of Wattle #DBC730

Tints of Wattle #DBC730

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.7%

 BLUE value IS 48 (19.14% from 255) = 10.3%

R = 47%
G = 42.7%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBC730 (or 0xDBC730) is known color: Wattle. HEX triplet: DB, C7 and 30. RGB value is (219,199,48). Sum of RGB (Red+Green+Blue) = 219+199+48=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC730 is #2438CF. Grayscale: #BCBCBC. Windows color (decimal): -2373840 or 3196891. OLE color: 3196891.

HSL color Cylindrical-coordinate representation of color #DBC730: hue angle of 52.98º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBC730 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 199 48 -
CMYK 0 0.09 0.78 0.14
HSL 52.98º 0.7% 0.52% -
HSV(B) 52.98º 0.78% 0.86% -
XYZ 50.17 56.12 10.98 -
YUV 187.77 49.13 150.28 -
System Red Green Blue C M Y K H S L
Decimal 219 199 48 0 0.09 0.78 0.14 52.98 0.7 0.52
Hex DB C7 30 0 9 4E E 35 46 34
Octal 333 307 60 0 11 116 16 65 106 64
Binary 11011011 11000111 110000 0 1001 1001110 1110 110101 1000110 110100

Color Harmonies of #DBC730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC730

Black with #DBC730

Text Example


Text Example

White with #DBC730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC730; }

 p { color: rgb(219,199,48); }

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

background-color css

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

 a { background-color: rgb(219,199,48); }

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

border-color css

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

 span { border-color: rgb(219,199,48); }

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