Html Css Color HEX #DBC230 Wattle

📋 copy color: '#DBC230'

red 219 ◦ green 194 ◦ blue 48

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

Shades of Wattle #DBC230

Tints of Wattle #DBC230

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.08%

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

R = 47.51%
G = 42.08%
B = 10.41%

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

#DBC230 (or 0xDBC230) is known color: Wattle. HEX triplet: DB, C2 and 30. RGB value is (219,194,48). Sum of RGB (Red+Green+Blue) = 219+194+48=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC230 is #243DCF. Grayscale: #B9B9B9. Windows color (decimal): -2375120 or 3195611. OLE color: 3195611.

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

Color convert

RGB 219 194 48 -
CMYK 0 0.11 0.78 0.14
HSL 51.23º 0.7% 0.52% -
HSV(B) 51.23º 0.78% 0.86% -
XYZ 49.04 53.86 10.61 -
YUV 184.83 50.78 152.37 -
System Red Green Blue C M Y K H S L
Decimal 219 194 48 0 0.11 0.78 0.14 51.23 0.7 0.52
Hex DB C2 30 0 B 4E E 33 46 34
Octal 333 302 60 0 13 116 16 63 106 64
Binary 11011011 11000010 110000 0 1011 1001110 1110 110011 1000110 110100

Color Harmonies of #DBC230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC230

Black with #DBC230

Text Example


Text Example

White with #DBC230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC230; }

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

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

background-color css

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

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

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

border-color css

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

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

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