Html Css Color HEX #DEDE2E Starship

📋 copy color: '#DEDE2E'

red 222 ◦ green 222 ◦ blue 46

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

Shades of Starship #DEDE2E

Tints of Starship #DEDE2E

RGB

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

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

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

R = 45.31%
G = 45.31%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DEDE2E (or 0xDEDE2E) is known color: Starship. HEX triplet: DE, DE and 2E. RGB value is (222,222,46). Sum of RGB (Red+Green+Blue) = 222+222+46=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDE2E is #2121D1. Grayscale: #CACACA. Windows color (decimal): -2171346 or 3071710. OLE color: 3071710.

HSL color Cylindrical-coordinate representation of color #DEDE2E: hue angle of 60º 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 #DEDE2E is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 222 46 -
CMYK 0 0 0.79 0.13
HSL 60º 0.73% 0.53% -
HSV(B) 60º 0.79% 0.87% -
XYZ 56.74 67.97 12.71 -
YUV 201.94 40 142.31 -
System Red Green Blue C M Y K H S L
Decimal 222 222 46 0 0 0.79 0.13 60 0.73 0.53
Hex DE DE 2E 0 0 4F D 3C 49 35
Octal 336 336 56 0 0 117 15 74 111 65
Binary 11011110 11011110 101110 0 0 1001111 1101 111100 1001001 110101

Color Harmonies of #DEDE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE2E

Black with #DEDE2E

Text Example


Text Example

White with #DEDE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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