Html Css Color HEX #DACA38 Wattle

📋 copy color: '#DACA38'

red 218 ◦ green 202 ◦ blue 56

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

Shades of Wattle #DACA38

Tints of Wattle #DACA38

RGB

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

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

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

R = 45.8%
G = 42.44%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DACA38 (or 0xDACA38) is known color: Wattle. HEX triplet: DA, CA and 38. RGB value is (218,202,56). Sum of RGB (Red+Green+Blue) = 218+202+56=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 56 (22.27% from 255 or 11.76% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA38 is #2535C7. Grayscale: #BEBEBE. Windows color (decimal): -2438600 or 3721946. OLE color: 3721946.

HSL color Cylindrical-coordinate representation of color #DACA38: hue angle of 54.07º 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 #DACA38 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 202 56 -
CMYK 0 0.07 0.74 0.15
HSL 54.07º 0.69% 0.54% -
HSV(B) 54.07º 0.74% 0.85% -
XYZ 50.75 57.43 12.15 -
YUV 190.14 52.3 147.87 -
System Red Green Blue C M Y K H S L
Decimal 218 202 56 0 0.07 0.74 0.15 54.07 0.69 0.54
Hex DA CA 38 0 7 4A F 36 45 36
Octal 332 312 70 0 7 112 17 66 105 66
Binary 11011010 11001010 111000 0 111 1001010 1111 110110 1000101 110110

Color Harmonies of #DACA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA38

Black with #DACA38

Text Example


Text Example

White with #DACA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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