Html Css Color HEX #DAD537 Starship

📋 copy color: '#DAD537'

red 218 ◦ green 213 ◦ blue 55

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

Shades of Starship #DAD537

Tints of Starship #DAD537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.32%

R = 44.86%
G = 43.83%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DAD537 (or 0xDAD537) is known color: Starship. HEX triplet: DA, D5 and 37. RGB value is (218,213,55). Sum of RGB (Red+Green+Blue) = 218+213+55=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 55 (21.88% from 255 or 11.32% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD537 is #252AC8. Grayscale: #C5C5C5. Windows color (decimal): -2435785 or 3659226. OLE color: 3659226.

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

Color convert

RGB 218 213 55 -
CMYK 0 0.02 0.75 0.15
HSL 58.16º 0.69% 0.54% -
HSV(B) 58.16º 0.75% 0.85% -
XYZ 53.4 62.77 12.92 -
YUV 196.48 48.16 143.35 -
System Red Green Blue C M Y K H S L
Decimal 218 213 55 0 0.02 0.75 0.15 58.16 0.69 0.54
Hex DA D5 37 0 2 4B F 3A 45 36
Octal 332 325 67 0 2 113 17 72 105 66
Binary 11011010 11010101 110111 0 10 1001011 1111 111010 1000101 110110

Color Harmonies of #DAD537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD537

Black with #DAD537

Text Example


Text Example

White with #DAD537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD537; }

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

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

background-color css

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

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

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

border-color css

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

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

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