Html Css Color HEX #DBCE32 Wattle

📋 copy color: '#DBCE32'

red 219 ◦ green 206 ◦ blue 50

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

Shades of Wattle #DBCE32

Tints of Wattle #DBCE32

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.37%

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

R = 46.11%
G = 43.37%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBCE32 (or 0xDBCE32) is known color: Wattle. HEX triplet: DB, CE and 32. RGB value is (219,206,50). Sum of RGB (Red+Green+Blue) = 219+206+50=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCE32 is #2431CD. Grayscale: #C0C0C0. Windows color (decimal): -2372046 or 3329755. OLE color: 3329755.

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

Color convert

RGB 219 206 50 -
CMYK 0 0.06 0.77 0.14
HSL 55.38º 0.7% 0.53% -
HSV(B) 55.38º 0.77% 0.86% -
XYZ 51.86 59.43 11.76 -
YUV 192.1 47.81 147.18 -
System Red Green Blue C M Y K H S L
Decimal 219 206 50 0 0.06 0.77 0.14 55.38 0.7 0.53
Hex DB CE 32 0 6 4D E 37 46 35
Octal 333 316 62 0 6 115 16 67 106 65
Binary 11011011 11001110 110010 0 110 1001101 1110 110111 1000110 110101

Color Harmonies of #DBCE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCE32

Black with #DBCE32

Text Example


Text Example

White with #DBCE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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