Html Css Color HEX #DAD740 Starship

📋 copy color: '#DAD740'

red 218 ◦ green 215 ◦ blue 64

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

Shades of Starship #DAD740

Tints of Starship #DAD740

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.26%

 BLUE value IS 64 (25.39% from 255) = 12.88%

R = 43.86%
G = 43.26%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAD740 (or 0xDAD740) is known color: Starship. HEX triplet: DA, D7 and 40. RGB value is (218,215,64). Sum of RGB (Red+Green+Blue) = 218+215+64=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD740 is #2528BF. Grayscale: #C7C7C7. Windows color (decimal): -2435264 or 4249562. OLE color: 4249562.

HSL color Cylindrical-coordinate representation of color #DAD740: hue angle of 58.83º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAD740 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 215 64 -
CMYK 0 0.01 0.71 0.15
HSL 58.83º 0.68% 0.55% -
HSV(B) 58.83º 0.71% 0.85% -
XYZ 54.14 63.88 14.33 -
YUV 198.68 51.99 141.78 -
System Red Green Blue C M Y K H S L
Decimal 218 215 64 0 0.01 0.71 0.15 58.83 0.68 0.55
Hex DA D7 40 0 1 47 F 3B 44 37
Octal 332 327 100 0 1 107 17 73 104 67
Binary 11011010 11010111 1000000 0 1 1000111 1111 111011 1000100 110111

Color Harmonies of #DAD740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD740

Black with #DAD740

Text Example


Text Example

White with #DAD740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD740; }

 p { color: rgb(218,215,64); }

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

background-color css

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

 a { background-color: rgb(218,215,64); }

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

border-color css

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

 span { border-color: rgb(218,215,64); }

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