Html Css Color HEX #DBC238 Wattle

📋 copy color: '#DBC238'

red 219 ◦ green 194 ◦ blue 56

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

Shades of Wattle #DBC238

Tints of Wattle #DBC238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.94%

R = 46.7%
G = 41.36%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBC238 (or 0xDBC238) is known color: Wattle. HEX triplet: DB, C2 and 38. RGB value is (219,194,56). Sum of RGB (Red+Green+Blue) = 219+194+56=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 56 (22.27% from 255 or 11.94% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC238 is #243DC7. Grayscale: #BABABA. Windows color (decimal): -2375112 or 3719899. OLE color: 3719899.

HSL color Cylindrical-coordinate representation of color #DBC238: hue angle of 50.8º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBC238 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 194 56 -
CMYK 0 0.11 0.74 0.14
HSL 50.8º 0.69% 0.54% -
HSV(B) 50.8º 0.74% 0.86% -
XYZ 49.22 53.93 11.56 -
YUV 185.74 54.78 151.72 -
System Red Green Blue C M Y K H S L
Decimal 219 194 56 0 0.11 0.74 0.14 50.8 0.69 0.54
Hex DB C2 38 0 B 4A E 33 45 36
Octal 333 302 70 0 13 112 16 63 105 66
Binary 11011011 11000010 111000 0 1011 1001010 1110 110011 1000101 110110

Color Harmonies of #DBC238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC238

Black with #DBC238

Text Example


Text Example

White with #DBC238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC238; }

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

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

background-color css

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

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

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

border-color css

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

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

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