Html Css Color HEX #DEE13C Starship

📋 copy color: '#DEE13C'

red 222 ◦ green 225 ◦ blue 60

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

Shades of Starship #DEE13C

Tints of Starship #DEE13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.83%

R = 43.79%
G = 44.38%
B = 11.83%

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

#DEE13C (or 0xDEE13C) is known color: Starship. HEX triplet: DE, E1 and 3C. RGB value is (222,225,60). Sum of RGB (Red+Green+Blue) = 222+225+60=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 60 (23.83% from 255 or 11.83% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE13C is #211EC3. Grayscale: #CDCDCD. Windows color (decimal): -2170564 or 3989982. OLE color: 3989982.

HSL color Cylindrical-coordinate representation of color #DEE13C: hue angle of 61.09º 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 #DEE13C is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 225 60 -
CMYK 0.01 0 0.73 0.12
HSL 61.09º 0.73% 0.56% -
HSV(B) 61.09º 0.73% 0.88% -
XYZ 57.87 69.71 14.68 -
YUV 205.29 46.01 139.92 -
System Red Green Blue C M Y K H S L
Decimal 222 225 60 0.01 0 0.73 0.12 61.09 0.73 0.56
Hex DE E1 3C 1 0 49 C 3D 49 38
Octal 336 341 74 1 0 111 14 75 111 70
Binary 11011110 11100001 111100 1 0 1001001 1100 111101 1001001 111000

Color Harmonies of #DEE13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE13C

Black with #DEE13C

Text Example


Text Example

White with #DEE13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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