Html Css Color HEX #DBC42F Wattle

📋 copy color: '#DBC42F'

red 219 ◦ green 196 ◦ blue 47

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

Shades of Wattle #DBC42F

Tints of Wattle #DBC42F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.42%

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

R = 47.4%
G = 42.42%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBC42F (or 0xDBC42F) is known color: Wattle. HEX triplet: DB, C4 and 2F. RGB value is (219,196,47). Sum of RGB (Red+Green+Blue) = 219+196+47=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC42F is #243BD0. Grayscale: #BABABA. Windows color (decimal): -2374609 or 3130587. OLE color: 3130587.

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

Color convert

RGB 219 196 47 -
CMYK 0 0.11 0.79 0.14
HSL 51.98º 0.7% 0.52% -
HSV(B) 51.98º 0.79% 0.86% -
XYZ 49.47 54.75 10.65 -
YUV 185.89 49.62 151.62 -
System Red Green Blue C M Y K H S L
Decimal 219 196 47 0 0.11 0.79 0.14 51.98 0.7 0.52
Hex DB C4 2F 0 B 4F E 34 46 34
Octal 333 304 57 0 13 117 16 64 106 64
Binary 11011011 11000100 101111 0 1011 1001111 1110 110100 1000110 110100

Color Harmonies of #DBC42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC42F

Black with #DBC42F

Text Example


Text Example

White with #DBC42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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