Html Css Color HEX #DBCD40 Wattle

📋 copy color: '#DBCD40'

red 219 ◦ green 205 ◦ blue 64

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

Shades of Wattle #DBCD40

Tints of Wattle #DBCD40

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.01%

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

R = 44.88%
G = 42.01%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBCD40 (or 0xDBCD40) is known color: Wattle. HEX triplet: DB, CD and 40. RGB value is (219,205,64). Sum of RGB (Red+Green+Blue) = 219+205+64=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD40 is #2432BF. Grayscale: #C1C1C1. Windows color (decimal): -2372288 or 4247003. OLE color: 4247003.

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

Color convert

RGB 219 205 64 -
CMYK 0 0.06 0.71 0.14
HSL 54.58º 0.68% 0.55% -
HSV(B) 54.58º 0.71% 0.86% -
XYZ 51.97 59.09 13.52 -
YUV 193.11 55.14 146.46 -
System Red Green Blue C M Y K H S L
Decimal 219 205 64 0 0.06 0.71 0.14 54.58 0.68 0.55
Hex DB CD 40 0 6 47 E 37 44 37
Octal 333 315 100 0 6 107 16 67 104 67
Binary 11011011 11001101 1000000 0 110 1000111 1110 110111 1000100 110111

Color Harmonies of #DBCD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD40

Black with #DBCD40

Text Example


Text Example

White with #DBCD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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