Html Css Color HEX #DAD83A Starship

📋 copy color: '#DAD83A'

red 218 ◦ green 216 ◦ blue 58

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

Shades of Starship #DAD83A

Tints of Starship #DAD83A

RGB

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

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

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

R = 44.31%
G = 43.9%
B = 11.79%

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

#DAD83A (or 0xDAD83A) is known color: Starship. HEX triplet: DA, D8 and 3A. RGB value is (218,216,58). Sum of RGB (Red+Green+Blue) = 218+216+58=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 58 (23.05% from 255 or 11.79% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD83A is #2527C5. Grayscale: #C7C7C7. Windows color (decimal): -2435014 or 3856602. OLE color: 3856602.

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

Color convert

RGB 218 216 58 -
CMYK 0 0.01 0.73 0.15
HSL 59.25º 0.68% 0.54% -
HSV(B) 59.25º 0.73% 0.85% -
XYZ 54.23 64.32 13.56 -
YUV 198.59 48.66 141.85 -
System Red Green Blue C M Y K H S L
Decimal 218 216 58 0 0.01 0.73 0.15 59.25 0.68 0.54
Hex DA D8 3A 0 1 49 F 3B 44 36
Octal 332 330 72 0 1 111 17 73 104 66
Binary 11011010 11011000 111010 0 1 1001001 1111 111011 1000100 110110

Color Harmonies of #DAD83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD83A

Black with #DAD83A

Text Example


Text Example

White with #DAD83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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