Html Css Color HEX #DACA33 Wattle

📋 copy color: '#DACA33'

red 218 ◦ green 202 ◦ blue 51

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

Shades of Wattle #DACA33

Tints of Wattle #DACA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.83%

R = 46.28%
G = 42.89%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DACA33 (or 0xDACA33) is known color: Wattle. HEX triplet: DA, CA and 33. RGB value is (218,202,51). Sum of RGB (Red+Green+Blue) = 218+202+51=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 51 (20.31% from 255 or 10.83% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA33 is #2535CC. Grayscale: #BEBEBE. Windows color (decimal): -2438605 or 3394266. OLE color: 3394266.

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

Color convert

RGB 218 202 51 -
CMYK 0 0.07 0.77 0.15
HSL 54.25º 0.69% 0.53% -
HSV(B) 54.25º 0.77% 0.85% -
XYZ 50.63 57.39 11.54 -
YUV 189.57 49.8 148.28 -
System Red Green Blue C M Y K H S L
Decimal 218 202 51 0 0.07 0.77 0.15 54.25 0.69 0.53
Hex DA CA 33 0 7 4D F 36 45 35
Octal 332 312 63 0 7 115 17 66 105 65
Binary 11011010 11001010 110011 0 111 1001101 1111 110110 1000101 110101

Color Harmonies of #DACA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA33

Black with #DACA33

Text Example


Text Example

White with #DACA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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