Html Css Color HEX #DADE47 Starship

📋 copy color: '#DADE47'

red 218 ◦ green 222 ◦ blue 71

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

Shades of Starship #DADE47

Tints of Starship #DADE47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.89%

R = 42.66%
G = 43.44%
B = 13.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DADE47 (or 0xDADE47) is known color: Starship. HEX triplet: DA, DE and 47. RGB value is (218,222,71). Sum of RGB (Red+Green+Blue) = 218+222+71=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 71 (28.12% from 255 or 13.89% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADE47 is #2521B8. Grayscale: #CCCCCC. Windows color (decimal): -2433465 or 4710106. OLE color: 4710106.

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

Color convert

RGB 218 222 71 -
CMYK 0.02 0 0.68 0.13
HSL 61.59º 0.7% 0.57% -
HSV(B) 61.59º 0.68% 0.87% -
XYZ 56.17 67.6 16.05 -
YUV 203.59 53.17 138.28 -
System Red Green Blue C M Y K H S L
Decimal 218 222 71 0.02 0 0.68 0.13 61.59 0.7 0.57
Hex DA DE 47 2 0 44 D 3E 46 39
Octal 332 336 107 2 0 104 15 76 106 71
Binary 11011010 11011110 1000111 10 0 1000100 1101 111110 1000110 111001

Color Harmonies of #DADE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE47

Black with #DADE47

Text Example


Text Example

White with #DADE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE47; }

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

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

background-color css

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

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

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

border-color css

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

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

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