Html Css Color HEX #DACA31 Wattle

📋 copy color: '#DACA31'

red 218 ◦ green 202 ◦ blue 49

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

Shades of Wattle #DACA31

Tints of Wattle #DACA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.45%

R = 46.48%
G = 43.07%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DACA31 (or 0xDACA31) is known color: Wattle. HEX triplet: DA, CA and 31. RGB value is (218,202,49). Sum of RGB (Red+Green+Blue) = 218+202+49=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 49 (19.53% from 255 or 10.45% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA31 is #2535CE. Grayscale: #BDBDBD. Windows color (decimal): -2438607 or 3263194. OLE color: 3263194.

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

Color convert

RGB 218 202 49 -
CMYK 0 0.07 0.78 0.15
HSL 54.32º 0.7% 0.52% -
HSV(B) 54.32º 0.78% 0.85% -
XYZ 50.59 57.37 11.31 -
YUV 189.34 48.8 148.44 -
System Red Green Blue C M Y K H S L
Decimal 218 202 49 0 0.07 0.78 0.15 54.32 0.7 0.52
Hex DA CA 31 0 7 4E F 36 46 34
Octal 332 312 61 0 7 116 17 66 106 64
Binary 11011010 11001010 110001 0 111 1001110 1111 110110 1000110 110100

Color Harmonies of #DACA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA31

Black with #DACA31

Text Example


Text Example

White with #DACA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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