Html Css Color HEX #DACE38 Wattle

📋 copy color: '#DACE38'

red 218 ◦ green 206 ◦ blue 56

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

Shades of Wattle #DACE38

Tints of Wattle #DACE38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.67%

R = 45.42%
G = 42.92%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DACE38 (or 0xDACE38) is known color: Wattle. HEX triplet: DA, CE and 38. RGB value is (218,206,56). Sum of RGB (Red+Green+Blue) = 218+206+56=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 56 (22.27% from 255 or 11.67% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACE38 is #2531C7. Grayscale: #C1C1C1. Windows color (decimal): -2437576 or 3722970. OLE color: 3722970.

HSL color Cylindrical-coordinate representation of color #DACE38: hue angle of 55.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DACE38 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 206 56 -
CMYK 0 0.06 0.74 0.15
HSL 55.56º 0.69% 0.54% -
HSV(B) 55.56º 0.74% 0.85% -
XYZ 51.7 59.33 12.47 -
YUV 192.49 50.98 146.2 -
System Red Green Blue C M Y K H S L
Decimal 218 206 56 0 0.06 0.74 0.15 55.56 0.69 0.54
Hex DA CE 38 0 6 4A F 38 45 36
Octal 332 316 70 0 6 112 17 70 105 66
Binary 11011010 11001110 111000 0 110 1001010 1111 111000 1000101 110110

Color Harmonies of #DACE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE38

Black with #DACE38

Text Example


Text Example

White with #DACE38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE38; }

 p { color: rgb(218,206,56); }

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

background-color css

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

 a { background-color: rgb(218,206,56); }

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

border-color css

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

 span { border-color: rgb(218,206,56); }

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