Html Css Color HEX #DAD83F Starship

📋 copy color: '#DAD83F'

red 218 ◦ green 216 ◦ blue 63

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

Shades of Starship #DAD83F

Tints of Starship #DAD83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.68%

R = 43.86%
G = 43.46%
B = 12.68%

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

#DAD83F (or 0xDAD83F) is known color: Starship. HEX triplet: DA, D8 and 3F. RGB value is (218,216,63). Sum of RGB (Red+Green+Blue) = 218+216+63=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 63 (25% from 255 or 12.68% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD83F is #2527C0. Grayscale: #C7C7C7. Windows color (decimal): -2435009 or 4184282. OLE color: 4184282.

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

Color convert

RGB 218 216 63 -
CMYK 0 0.01 0.71 0.15
HSL 59.23º 0.68% 0.55% -
HSV(B) 59.23º 0.71% 0.85% -
XYZ 54.37 64.38 14.26 -
YUV 199.16 51.16 141.44 -
System Red Green Blue C M Y K H S L
Decimal 218 216 63 0 0.01 0.71 0.15 59.23 0.68 0.55
Hex DA D8 3F 0 1 47 F 3B 44 37
Octal 332 330 77 0 1 107 17 73 104 67
Binary 11011010 11011000 111111 0 1 1000111 1111 111011 1000100 110111

Color Harmonies of #DAD83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD83F

Black with #DAD83F

Text Example


Text Example

White with #DAD83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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