Html Css Color HEX #DAD539 Starship

📋 copy color: '#DAD539'

red 218 ◦ green 213 ◦ blue 57

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

Shades of Starship #DAD539

Tints of Starship #DAD539

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.65%

 BLUE value IS 57 (22.66% from 255) = 11.68%

R = 44.67%
G = 43.65%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAD539 (or 0xDAD539) is known color: Starship. HEX triplet: DA, D5 and 39. RGB value is (218,213,57). Sum of RGB (Red+Green+Blue) = 218+213+57=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 57 (22.66% from 255 or 11.68% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD539 is #252AC6. Grayscale: #C5C5C5. Windows color (decimal): -2435783 or 3790298. OLE color: 3790298.

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

Color convert

RGB 218 213 57 -
CMYK 0 0.02 0.74 0.15
HSL 58.14º 0.69% 0.54% -
HSV(B) 58.14º 0.74% 0.85% -
XYZ 53.45 62.79 13.17 -
YUV 196.71 49.16 143.18 -
System Red Green Blue C M Y K H S L
Decimal 218 213 57 0 0.02 0.74 0.15 58.14 0.69 0.54
Hex DA D5 39 0 2 4A F 3A 45 36
Octal 332 325 71 0 2 112 17 72 105 66
Binary 11011010 11010101 111001 0 10 1001010 1111 111010 1000101 110110

Color Harmonies of #DAD539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD539

Black with #DAD539

Text Example


Text Example

White with #DAD539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD539; }

 p { color: rgb(218,213,57); }

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

background-color css

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

 a { background-color: rgb(218,213,57); }

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

border-color css

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

 span { border-color: rgb(218,213,57); }

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