Html Css Color HEX #DAD939 Starship

📋 copy color: '#DAD939'

red 218 ◦ green 217 ◦ blue 57

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

Shades of Starship #DAD939

Tints of Starship #DAD939

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.11%

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

R = 44.31%
G = 44.11%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAD939 (or 0xDAD939) is known color: Starship. HEX triplet: DA, D9 and 39. RGB value is (218,217,57). Sum of RGB (Red+Green+Blue) = 218+217+57=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 57 (22.66% from 255 or 11.59% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD939 is #2526C6. Grayscale: #C7C7C7. Windows color (decimal): -2434759 or 3791322. OLE color: 3791322.

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

Color convert

RGB 218 217 57 -
CMYK 0 0.00 0.74 0.15
HSL 59.63º 0.69% 0.54% -
HSV(B) 59.63º 0.74% 0.85% -
XYZ 54.46 64.83 13.51 -
YUV 199.06 47.83 141.51 -
System Red Green Blue C M Y K H S L
Decimal 218 217 57 0 0.00 0.74 0.15 59.63 0.69 0.54
Hex DA D9 39 0 0 4A F 3C 45 36
Octal 332 331 71 0 0 112 17 74 105 66
Binary 11011010 11011001 111001 0 0 1001010 1111 111100 1000101 110110

Color Harmonies of #DAD939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD939

Black with #DAD939

Text Example


Text Example

White with #DAD939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD939; }

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

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

background-color css

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

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

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

border-color css

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

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

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