Html Css Color HEX #DADE40 Starship

📋 copy color: '#DADE40'

red 218 ◦ green 222 ◦ blue 64

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

Shades of Starship #DADE40

Tints of Starship #DADE40

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.05%

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

R = 43.25%
G = 44.05%
B = 12.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DADE40 (or 0xDADE40) is known color: Starship. HEX triplet: DA, DE and 40. RGB value is (218,222,64). Sum of RGB (Red+Green+Blue) = 218+222+64=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADE40 is #2521BF. Grayscale: #CBCBCB. Windows color (decimal): -2433472 or 4251354. OLE color: 4251354.

HSL color Cylindrical-coordinate representation of color #DADE40: hue angle of 61.52º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DADE40 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 222 64 -
CMYK 0.02 0 0.71 0.13
HSL 61.52º 0.71% 0.56% -
HSV(B) 61.52º 0.71% 0.87% -
XYZ 55.96 67.52 14.93 -
YUV 202.79 49.67 138.85 -
System Red Green Blue C M Y K H S L
Decimal 218 222 64 0.02 0 0.71 0.13 61.52 0.71 0.56
Hex DA DE 40 2 0 47 D 3E 47 38
Octal 332 336 100 2 0 107 15 76 107 70
Binary 11011010 11011110 1000000 10 0 1000111 1101 111110 1000111 111000

Color Harmonies of #DADE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE40

Black with #DADE40

Text Example


Text Example

White with #DADE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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