Html Css Color HEX #DBC32E Wattle

📋 copy color: '#DBC32E'

red 219 ◦ green 195 ◦ blue 46

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

Shades of Wattle #DBC32E

Tints of Wattle #DBC32E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.39%

 BLUE value IS 46 (18.36% from 255) = 10%

R = 47.61%
G = 42.39%
B = 10%

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

#DBC32E (or 0xDBC32E) is known color: Wattle. HEX triplet: DB, C3 and 2E. RGB value is (219,195,46). Sum of RGB (Red+Green+Blue) = 219+195+46=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 46 (18.36% from 255 or 10% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC32E is #243CD1. Grayscale: #B9B9B9. Windows color (decimal): -2374866 or 3064795. OLE color: 3064795.

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

Color convert

RGB 219 195 46 -
CMYK 0 0.11 0.79 0.14
HSL 51.68º 0.71% 0.52% -
HSV(B) 51.68º 0.79% 0.86% -
XYZ 49.22 54.29 10.47 -
YUV 185.19 49.45 152.12 -
System Red Green Blue C M Y K H S L
Decimal 219 195 46 0 0.11 0.79 0.14 51.68 0.71 0.52
Hex DB C3 2E 0 B 4F E 34 47 34
Octal 333 303 56 0 13 117 16 64 107 64
Binary 11011011 11000011 101110 0 1011 1001111 1110 110100 1000111 110100

Color Harmonies of #DBC32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC32E

Black with #DBC32E

Text Example


Text Example

White with #DBC32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC32E; }

 p { color: rgb(219,195,46); }

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

background-color css

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

 a { background-color: rgb(219,195,46); }

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

border-color css

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

 span { border-color: rgb(219,195,46); }

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