Html Css Color HEX #DBBF32 Wattle

📋 copy color: '#DBBF32'

red 219 ◦ green 191 ◦ blue 50

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

Shades of Wattle #DBBF32

Tints of Wattle #DBBF32

RGB

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

 GREEN value IS 191 (75% from 255) = 41.52%

 BLUE value IS 50 (19.92% from 255) = 10.87%

R = 47.61%
G = 41.52%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBBF32 (or 0xDBBF32) is known color: Wattle. HEX triplet: DB, BF and 32. RGB value is (219,191,50). Sum of RGB (Red+Green+Blue) = 219+191+50=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBF32 is #2440CD. Grayscale: #B7B7B7. Windows color (decimal): -2375886 or 3325915. OLE color: 3325915.

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

Color convert

RGB 219 191 50 -
CMYK 0 0.13 0.77 0.14
HSL 50.06º 0.7% 0.53% -
HSV(B) 50.06º 0.77% 0.86% -
XYZ 48.42 52.55 10.61 -
YUV 183.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 219 191 50 0 0.13 0.77 0.14 50.06 0.7 0.53
Hex DB BF 32 0 D 4D E 32 46 35
Octal 333 277 62 0 15 115 16 62 106 65
Binary 11011011 10111111 110010 0 1101 1001101 1110 110010 1000110 110101

Color Harmonies of #DBBF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBF32

Black with #DBBF32

Text Example


Text Example

White with #DBBF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBF32; }

 p { color: rgb(219,191,50); }

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

background-color css

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

 a { background-color: rgb(219,191,50); }

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

border-color css

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

 span { border-color: rgb(219,191,50); }

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