Html Css Color HEX #DBCA32 Wattle

📋 copy color: '#DBCA32'

red 219 ◦ green 202 ◦ blue 50

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

Shades of Wattle #DBCA32

Tints of Wattle #DBCA32

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.89%

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

R = 46.5%
G = 42.89%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBCA32 (or 0xDBCA32) is known color: Wattle. HEX triplet: DB, CA and 32. RGB value is (219,202,50). Sum of RGB (Red+Green+Blue) = 219+202+50=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA32 is #2435CD. Grayscale: #BEBEBE. Windows color (decimal): -2373070 or 3328731. OLE color: 3328731.

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

Color convert

RGB 219 202 50 -
CMYK 0 0.08 0.77 0.14
HSL 53.96º 0.7% 0.53% -
HSV(B) 53.96º 0.77% 0.86% -
XYZ 50.91 57.53 11.44 -
YUV 189.76 49.13 148.86 -
System Red Green Blue C M Y K H S L
Decimal 219 202 50 0 0.08 0.77 0.14 53.96 0.7 0.53
Hex DB CA 32 0 8 4D E 36 46 35
Octal 333 312 62 0 10 115 16 66 106 65
Binary 11011011 11001010 110010 0 1000 1001101 1110 110110 1000110 110101

Color Harmonies of #DBCA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCA32

Black with #DBCA32

Text Example


Text Example

White with #DBCA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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