Html Css Color HEX #DBC830 Wattle

📋 copy color: '#DBC830'

red 219 ◦ green 200 ◦ blue 48

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

Shades of Wattle #DBC830

Tints of Wattle #DBC830

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.83%

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

R = 46.9%
G = 42.83%
B = 10.28%

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

#DBC830 (or 0xDBC830) is known color: Wattle. HEX triplet: DB, C8 and 30. RGB value is (219,200,48). Sum of RGB (Red+Green+Blue) = 219+200+48=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC830 is #2437CF. Grayscale: #BCBCBC. Windows color (decimal): -2373584 or 3197147. OLE color: 3197147.

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

Color convert

RGB 219 200 48 -
CMYK 0 0.09 0.78 0.14
HSL 53.33º 0.7% 0.52% -
HSV(B) 53.33º 0.78% 0.86% -
XYZ 50.4 56.58 11.06 -
YUV 188.35 48.79 149.86 -
System Red Green Blue C M Y K H S L
Decimal 219 200 48 0 0.09 0.78 0.14 53.33 0.7 0.52
Hex DB C8 30 0 9 4E E 35 46 34
Octal 333 310 60 0 11 116 16 65 106 64
Binary 11011011 11001000 110000 0 1001 1001110 1110 110101 1000110 110100

Color Harmonies of #DBC830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC830

Black with #DBC830

Text Example


Text Example

White with #DBC830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC830; }

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

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

background-color css

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

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

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

border-color css

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

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

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