Html Css Color HEX #DBC130 Wattle

📋 copy color: '#DBC130'

red 219 ◦ green 193 ◦ blue 48

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

Shades of Wattle #DBC130

Tints of Wattle #DBC130

RGB

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

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

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

R = 47.61%
G = 41.96%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBC130 (or 0xDBC130) is known color: Wattle. HEX triplet: DB, C1 and 30. RGB value is (219,193,48). Sum of RGB (Red+Green+Blue) = 219+193+48=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 48 (19.14% from 255 or 10.43% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC130 is #243ECF. Grayscale: #B8B8B8. Windows color (decimal): -2375376 or 3195355. OLE color: 3195355.

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

Color convert

RGB 219 193 48 -
CMYK 0 0.12 0.78 0.14
HSL 50.88º 0.7% 0.52% -
HSV(B) 50.88º 0.78% 0.86% -
XYZ 48.82 53.41 10.53 -
YUV 184.24 51.11 152.79 -
System Red Green Blue C M Y K H S L
Decimal 219 193 48 0 0.12 0.78 0.14 50.88 0.7 0.52
Hex DB C1 30 0 C 4E E 33 46 34
Octal 333 301 60 0 14 116 16 63 106 64
Binary 11011011 11000001 110000 0 1100 1001110 1110 110011 1000110 110100

Color Harmonies of #DBC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC130

Black with #DBC130

Text Example


Text Example

White with #DBC130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC130; }

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

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

background-color css

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

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

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

border-color css

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

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

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