Html Css Color HEX #DBC52F Wattle

📋 copy color: '#DBC52F'

red 219 ◦ green 197 ◦ blue 47

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

Shades of Wattle #DBC52F

Tints of Wattle #DBC52F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.55%

 BLUE value IS 47 (18.75% from 255) = 10.15%

R = 47.3%
G = 42.55%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBC52F (or 0xDBC52F) is known color: Wattle. HEX triplet: DB, C5 and 2F. RGB value is (219,197,47). Sum of RGB (Red+Green+Blue) = 219+197+47=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC52F is #243AD0. Grayscale: #BBBBBB. Windows color (decimal): -2374353 or 3130843. OLE color: 3130843.

HSL color Cylindrical-coordinate representation of color #DBC52F: hue angle of 52.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBC52F is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 197 47 -
CMYK 0 0.10 0.79 0.14
HSL 52.33º 0.7% 0.52% -
HSV(B) 52.33º 0.79% 0.86% -
XYZ 49.69 55.2 10.72 -
YUV 186.48 49.29 151.2 -
System Red Green Blue C M Y K H S L
Decimal 219 197 47 0 0.10 0.79 0.14 52.33 0.7 0.52
Hex DB C5 2F 0 A 4F E 34 46 34
Octal 333 305 57 0 12 117 16 64 106 64
Binary 11011011 11000101 101111 0 1010 1001111 1110 110100 1000110 110100

Color Harmonies of #DBC52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC52F

Black with #DBC52F

Text Example


Text Example

White with #DBC52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC52F; }

 p { color: rgb(219,197,47); }

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

background-color css

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

 a { background-color: rgb(219,197,47); }

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

border-color css

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

 span { border-color: rgb(219,197,47); }

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