Html Css Color HEX #DAD63F Starship

📋 copy color: '#DAD63F'

red 218 ◦ green 214 ◦ blue 63

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

Shades of Starship #DAD63F

Tints of Starship #DAD63F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.23%

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

R = 44.04%
G = 43.23%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAD63F (or 0xDAD63F) is known color: Starship. HEX triplet: DA, D6 and 3F. RGB value is (218,214,63). Sum of RGB (Red+Green+Blue) = 218+214+63=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD63F is #2529C0. Grayscale: #C6C6C6. Windows color (decimal): -2435521 or 4183770. OLE color: 4183770.

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

Color convert

RGB 218 214 63 -
CMYK 0 0.02 0.71 0.15
HSL 58.45º 0.68% 0.55% -
HSV(B) 58.45º 0.71% 0.85% -
XYZ 53.86 63.36 14.09 -
YUV 197.98 51.83 142.28 -
System Red Green Blue C M Y K H S L
Decimal 218 214 63 0 0.02 0.71 0.15 58.45 0.68 0.55
Hex DA D6 3F 0 2 47 F 3A 44 37
Octal 332 326 77 0 2 107 17 72 104 67
Binary 11011010 11010110 111111 0 10 1000111 1111 111010 1000100 110111

Color Harmonies of #DAD63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD63F

Black with #DAD63F

Text Example


Text Example

White with #DAD63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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