Html Css Color HEX #DAD93E Starship

📋 copy color: '#DAD93E'

red 218 ◦ green 217 ◦ blue 62

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

Shades of Starship #DAD93E

Tints of Starship #DAD93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.47%

R = 43.86%
G = 43.66%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAD93E (or 0xDAD93E) is known color: Starship. HEX triplet: DA, D9 and 3E. RGB value is (218,217,62). Sum of RGB (Red+Green+Blue) = 218+217+62=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 62 (24.61% from 255 or 12.47% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD93E is #2526C1. Grayscale: #C8C8C8. Windows color (decimal): -2434754 or 4119002. OLE color: 4119002.

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

Color convert

RGB 218 217 62 -
CMYK 0 0.00 0.72 0.15
HSL 59.62º 0.68% 0.55% -
HSV(B) 59.62º 0.72% 0.85% -
XYZ 54.6 64.88 14.2 -
YUV 199.63 50.33 141.1 -
System Red Green Blue C M Y K H S L
Decimal 218 217 62 0 0.00 0.72 0.15 59.62 0.68 0.55
Hex DA D9 3E 0 0 48 F 3C 44 37
Octal 332 331 76 0 0 110 17 74 104 67
Binary 11011010 11011001 111110 0 0 1001000 1111 111100 1000100 110111

Color Harmonies of #DAD93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD93E

Black with #DAD93E

Text Example


Text Example

White with #DAD93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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