Html Css Color HEX #DEE13D Starship

📋 copy color: '#DEE13D'

red 222 ◦ green 225 ◦ blue 61

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

Shades of Starship #DEE13D

Tints of Starship #DEE13D

RGB

 RED value IS 222 (87.11% from 255) = 43.7%

 GREEN value IS 225 (88.28% from 255) = 44.29%

 BLUE value IS 61 (24.22% from 255) = 12.01%

R = 43.7%
G = 44.29%
B = 12.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#DEE13D (or 0xDEE13D) is known color: Starship. HEX triplet: DE, E1 and 3D. RGB value is (222,225,61). Sum of RGB (Red+Green+Blue) = 222+225+61=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 61 (24.22% from 255 or 12.01% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE13D is #211EC2. Grayscale: #CECECE. Windows color (decimal): -2170563 or 4055518. OLE color: 4055518.

HSL color Cylindrical-coordinate representation of color #DEE13D: hue angle of 61.1º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEE13D is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 225 61 -
CMYK 0.01 0 0.73 0.12
HSL 61.1º 0.73% 0.56% -
HSV(B) 61.1º 0.73% 0.88% -
XYZ 57.89 69.72 14.82 -
YUV 205.41 46.51 139.84 -
System Red Green Blue C M Y K H S L
Decimal 222 225 61 0.01 0 0.73 0.12 61.1 0.73 0.56
Hex DE E1 3D 1 0 49 C 3D 49 38
Octal 336 341 75 1 0 111 14 75 111 70
Binary 11011110 11100001 111101 1 0 1001001 1100 111101 1001001 111000

Color Harmonies of #DEE13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE13D

Black with #DEE13D

Text Example


Text Example

White with #DEE13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE13D; }

 p { color: rgb(222,225,61); }

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

background-color css

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

 a { background-color: rgb(222,225,61); }

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

border-color css

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

 span { border-color: rgb(222,225,61); }

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