Html Css Color HEX #DEDF2E Starship

📋 copy color: '#DEDF2E'

red 222 ◦ green 223 ◦ blue 46

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

Shades of Starship #DEDF2E

Tints of Starship #DEDF2E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.42%

 BLUE value IS 46 (18.36% from 255) = 9.37%

R = 45.21%
G = 45.42%
B = 9.37%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DEDF2E (or 0xDEDF2E) is known color: Starship. HEX triplet: DE, DF and 2E. RGB value is (222,223,46). Sum of RGB (Red+Green+Blue) = 222+223+46=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDF2E is #2120D1. Grayscale: #CBCBCB. Windows color (decimal): -2171090 or 3071966. OLE color: 3071966.

HSL color Cylindrical-coordinate representation of color #DEDF2E: hue angle of 60.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEDF2E is Cyan = 0.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 223 46 -
CMYK 0.00 0 0.79 0.13
HSL 60.34º 0.73% 0.53% -
HSV(B) 60.34º 0.79% 0.87% -
XYZ 57.01 68.5 12.8 -
YUV 202.52 39.67 141.89 -
System Red Green Blue C M Y K H S L
Decimal 222 223 46 0.00 0 0.79 0.13 60.34 0.73 0.53
Hex DE DF 2E 0 0 4F D 3C 49 35
Octal 336 337 56 0 0 117 15 74 111 65
Binary 11011110 11011111 101110 0 0 1001111 1101 111100 1001001 110101

Color Harmonies of #DEDF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF2E

Black with #DEDF2E

Text Example


Text Example

White with #DEDF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF2E; }

 p { color: rgb(222,223,46); }

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

background-color css

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

 a { background-color: rgb(222,223,46); }

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

border-color css

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

 span { border-color: rgb(222,223,46); }

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