Html Css Color HEX #DBCA40 Wattle

📋 copy color: '#DBCA40'

red 219 ◦ green 202 ◦ blue 64

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

Shades of Wattle #DBCA40

Tints of Wattle #DBCA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.2%

R = 45.15%
G = 41.65%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBCA40 (or 0xDBCA40) is known color: Wattle. HEX triplet: DB, CA and 40. RGB value is (219,202,64). Sum of RGB (Red+Green+Blue) = 219+202+64=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA40 is #2435BF. Grayscale: #BFBFBF. Windows color (decimal): -2373056 or 4246235. OLE color: 4246235.

HSL color Cylindrical-coordinate representation of color #DBCA40: hue angle of 53.42º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBCA40 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 202 64 -
CMYK 0 0.08 0.71 0.14
HSL 53.42º 0.68% 0.55% -
HSV(B) 53.42º 0.71% 0.86% -
XYZ 51.26 57.67 13.28 -
YUV 191.35 56.13 147.72 -
System Red Green Blue C M Y K H S L
Decimal 219 202 64 0 0.08 0.71 0.14 53.42 0.68 0.55
Hex DB CA 40 0 8 47 E 35 44 37
Octal 333 312 100 0 10 107 16 65 104 67
Binary 11011011 11001010 1000000 0 1000 1000111 1110 110101 1000100 110111

Color Harmonies of #DBCA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCA40

Black with #DBCA40

Text Example


Text Example

White with #DBCA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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