Html Css Color HEX #DAD73A Starship

📋 copy color: '#DAD73A'

red 218 ◦ green 215 ◦ blue 58

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

Shades of Starship #DAD73A

Tints of Starship #DAD73A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.81%

R = 44.4%
G = 43.79%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DAD73A (or 0xDAD73A) is known color: Starship. HEX triplet: DA, D7 and 3A. RGB value is (218,215,58). Sum of RGB (Red+Green+Blue) = 218+215+58=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 58 (23.05% from 255 or 11.81% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD73A is #2528C5. Grayscale: #C6C6C6. Windows color (decimal): -2435270 or 3856346. OLE color: 3856346.

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

Color convert

RGB 218 215 58 -
CMYK 0 0.01 0.73 0.15
HSL 58.88º 0.68% 0.54% -
HSV(B) 58.88º 0.73% 0.85% -
XYZ 53.98 63.81 13.47 -
YUV 198 48.99 142.27 -
System Red Green Blue C M Y K H S L
Decimal 218 215 58 0 0.01 0.73 0.15 58.88 0.68 0.54
Hex DA D7 3A 0 1 49 F 3B 44 36
Octal 332 327 72 0 1 111 17 73 104 66
Binary 11011010 11010111 111010 0 1 1001001 1111 111011 1000100 110110

Color Harmonies of #DAD73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD73A

Black with #DAD73A

Text Example


Text Example

White with #DAD73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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