Html Css Color HEX #DACB40 Wattle

📋 copy color: '#DACB40'

red 218 ◦ green 203 ◦ blue 64

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

Shades of Wattle #DACB40

Tints of Wattle #DACB40

RGB

 RED value IS 218 (85.55% from 255) = 44.95%

 GREEN value IS 203 (79.69% from 255) = 41.86%

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

R = 44.95%
G = 41.86%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DACB40 (or 0xDACB40) is known color: Wattle. HEX triplet: DA, CB and 40. RGB value is (218,203,64). Sum of RGB (Red+Green+Blue) = 218+203+64=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB40 is #2534BF. Grayscale: #C0C0C0. Windows color (decimal): -2438336 or 4246490. OLE color: 4246490.

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

Color convert

RGB 218 203 64 -
CMYK 0 0.07 0.71 0.15
HSL 54.16º 0.68% 0.55% -
HSV(B) 54.16º 0.71% 0.85% -
XYZ 51.19 57.99 13.34 -
YUV 191.64 55.97 146.8 -
System Red Green Blue C M Y K H S L
Decimal 218 203 64 0 0.07 0.71 0.15 54.16 0.68 0.55
Hex DA CB 40 0 7 47 F 36 44 37
Octal 332 313 100 0 7 107 17 66 104 67
Binary 11011010 11001011 1000000 0 111 1000111 1111 110110 1000100 110111

Color Harmonies of #DACB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB40

Black with #DACB40

Text Example


Text Example

White with #DACB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB40; }

 p { color: rgb(218,203,64); }

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

background-color css

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

 a { background-color: rgb(218,203,64); }

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

border-color css

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

 span { border-color: rgb(218,203,64); }

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