Html Css Color HEX #DAD839 Starship

📋 copy color: '#DAD839'

red 218 ◦ green 216 ◦ blue 57

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

Shades of Starship #DAD839

Tints of Starship #DAD839

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.99%

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

R = 44.4%
G = 43.99%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAD839 (or 0xDAD839) is known color: Starship. HEX triplet: DA, D8 and 39. RGB value is (218,216,57). Sum of RGB (Red+Green+Blue) = 218+216+57=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 57 (22.66% from 255 or 11.61% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD839 is #2527C6. Grayscale: #C7C7C7. Windows color (decimal): -2435015 or 3791066. OLE color: 3791066.

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

Color convert

RGB 218 216 57 -
CMYK 0 0.01 0.74 0.15
HSL 59.25º 0.69% 0.54% -
HSV(B) 59.25º 0.74% 0.85% -
XYZ 54.21 64.31 13.43 -
YUV 198.47 48.16 141.93 -
System Red Green Blue C M Y K H S L
Decimal 218 216 57 0 0.01 0.74 0.15 59.25 0.69 0.54
Hex DA D8 39 0 1 4A F 3B 45 36
Octal 332 330 71 0 1 112 17 73 105 66
Binary 11011010 11011000 111001 0 1 1001010 1111 111011 1000101 110110

Color Harmonies of #DAD839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD839

Black with #DAD839

Text Example


Text Example

White with #DAD839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD839; }

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

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

background-color css

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

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

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

border-color css

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

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

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