Html Css Color HEX #DBC630 Wattle

📋 copy color: '#DBC630'

red 219 ◦ green 198 ◦ blue 48

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

Shades of Wattle #DBC630

Tints of Wattle #DBC630

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.58%

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

R = 47.1%
G = 42.58%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBC630 (or 0xDBC630) is known color: Wattle. HEX triplet: DB, C6 and 30. RGB value is (219,198,48). Sum of RGB (Red+Green+Blue) = 219+198+48=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 48 (19.14% from 255 or 10.32% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC630 is #2439CF. Grayscale: #BBBBBB. Windows color (decimal): -2374096 or 3196635. OLE color: 3196635.

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

Color convert

RGB 219 198 48 -
CMYK 0 0.10 0.78 0.14
HSL 52.63º 0.7% 0.52% -
HSV(B) 52.63º 0.78% 0.86% -
XYZ 49.94 55.66 10.91 -
YUV 187.18 49.46 150.7 -
System Red Green Blue C M Y K H S L
Decimal 219 198 48 0 0.10 0.78 0.14 52.63 0.7 0.52
Hex DB C6 30 0 A 4E E 35 46 34
Octal 333 306 60 0 12 116 16 65 106 64
Binary 11011011 11000110 110000 0 1010 1001110 1110 110101 1000110 110100

Color Harmonies of #DBC630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC630

Black with #DBC630

Text Example


Text Example

White with #DBC630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC630; }

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

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

background-color css

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

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

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

border-color css

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

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

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