Html Css Color HEX #DAD640 Starship

📋 copy color: '#DAD640'

red 218 ◦ green 214 ◦ blue 64

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

Shades of Starship #DAD640

Tints of Starship #DAD640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.9%

R = 43.95%
G = 43.15%
B = 12.9%

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

#DAD640 (or 0xDAD640) is known color: Starship. HEX triplet: DA, D6 and 40. RGB value is (218,214,64). Sum of RGB (Red+Green+Blue) = 218+214+64=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD640 is #2529BF. Grayscale: #C6C6C6. Windows color (decimal): -2435520 or 4249306. OLE color: 4249306.

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

Color convert

RGB 218 214 64 -
CMYK 0 0.02 0.71 0.15
HSL 58.44º 0.68% 0.55% -
HSV(B) 58.44º 0.71% 0.85% -
XYZ 53.89 63.37 14.24 -
YUV 198.1 52.33 142.2 -
System Red Green Blue C M Y K H S L
Decimal 218 214 64 0 0.02 0.71 0.15 58.44 0.68 0.55
Hex DA D6 40 0 2 47 F 3A 44 37
Octal 332 326 100 0 2 107 17 72 104 67
Binary 11011010 11010110 1000000 0 10 1000111 1111 111010 1000100 110111

Color Harmonies of #DAD640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD640

Black with #DAD640

Text Example


Text Example

White with #DAD640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD640; }

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

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

background-color css

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

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

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

border-color css

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

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

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