Html Css Color HEX #DADE3E Starship

📋 copy color: '#DADE3E'

red 218 ◦ green 222 ◦ blue 62

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

Shades of Starship #DADE3E

Tints of Starship #DADE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.35%

R = 43.43%
G = 44.22%
B = 12.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DADE3E (or 0xDADE3E) is known color: Starship. HEX triplet: DA, DE and 3E. RGB value is (218,222,62). Sum of RGB (Red+Green+Blue) = 218+222+62=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 62 (24.61% from 255 or 12.35% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADE3E is #2521C1. Grayscale: #CBCBCB. Windows color (decimal): -2433474 or 4120282. OLE color: 4120282.

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

Color convert

RGB 218 222 62 -
CMYK 0.02 0 0.72 0.13
HSL 61.5º 0.71% 0.56% -
HSV(B) 61.5º 0.72% 0.87% -
XYZ 55.9 67.5 14.64 -
YUV 202.56 48.67 139.01 -
System Red Green Blue C M Y K H S L
Decimal 218 222 62 0.02 0 0.72 0.13 61.5 0.71 0.56
Hex DA DE 3E 2 0 48 D 3E 47 38
Octal 332 336 76 2 0 110 15 76 107 70
Binary 11011010 11011110 111110 10 0 1001000 1101 111110 1000111 111000

Color Harmonies of #DADE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE3E

Black with #DADE3E

Text Example


Text Example

White with #DADE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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