Html Css Color HEX #DBC330 Wattle

📋 copy color: '#DBC330'

red 219 ◦ green 195 ◦ blue 48

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

Shades of Wattle #DBC330

Tints of Wattle #DBC330

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.21%

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

R = 47.4%
G = 42.21%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBC330 (or 0xDBC330) is known color: Wattle. HEX triplet: DB, C3 and 30. RGB value is (219,195,48). Sum of RGB (Red+Green+Blue) = 219+195+48=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 48 (19.14% from 255 or 10.39% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC330 is #243CCF. Grayscale: #BABABA. Windows color (decimal): -2374864 or 3195867. OLE color: 3195867.

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

Color convert

RGB 219 195 48 -
CMYK 0 0.11 0.78 0.14
HSL 51.58º 0.7% 0.52% -
HSV(B) 51.58º 0.78% 0.86% -
XYZ 49.26 54.3 10.68 -
YUV 185.42 50.45 151.95 -
System Red Green Blue C M Y K H S L
Decimal 219 195 48 0 0.11 0.78 0.14 51.58 0.7 0.52
Hex DB C3 30 0 B 4E E 34 46 34
Octal 333 303 60 0 13 116 16 64 106 64
Binary 11011011 11000011 110000 0 1011 1001110 1110 110100 1000110 110100

Color Harmonies of #DBC330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC330

Black with #DBC330

Text Example


Text Example

White with #DBC330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC330; }

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

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

background-color css

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

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

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

border-color css

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

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

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