Html Css Color HEX #DADE45 Starship

📋 copy color: '#DADE45'

red 218 ◦ green 222 ◦ blue 69

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

Shades of Starship #DADE45

Tints of Starship #DADE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.56%

R = 42.83%
G = 43.61%
B = 13.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DADE45 (or 0xDADE45) is known color: Starship. HEX triplet: DA, DE and 45. RGB value is (218,222,69). Sum of RGB (Red+Green+Blue) = 218+222+69=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 69 (27.34% from 255 or 13.56% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADE45 is #2521BA. Grayscale: #CBCBCB. Windows color (decimal): -2433467 or 4579034. OLE color: 4579034.

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

Color convert

RGB 218 222 69 -
CMYK 0.02 0 0.69 0.13
HSL 61.57º 0.7% 0.57% -
HSV(B) 61.57º 0.69% 0.87% -
XYZ 56.11 67.58 15.72 -
YUV 203.36 52.17 138.44 -
System Red Green Blue C M Y K H S L
Decimal 218 222 69 0.02 0 0.69 0.13 61.57 0.7 0.57
Hex DA DE 45 2 0 45 D 3E 46 39
Octal 332 336 105 2 0 105 15 76 106 71
Binary 11011010 11011110 1000101 10 0 1000101 1101 111110 1000110 111001

Color Harmonies of #DADE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE45

Black with #DADE45

Text Example


Text Example

White with #DADE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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