Html Css Color HEX #DED12E Starship

📋 copy color: '#DED12E'

red 222 ◦ green 209 ◦ blue 46

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

Shades of Starship #DED12E

Tints of Starship #DED12E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.82%

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

R = 46.54%
G = 43.82%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DED12E (or 0xDED12E) is known color: Starship. HEX triplet: DE, D1 and 2E. RGB value is (222,209,46). Sum of RGB (Red+Green+Blue) = 222+209+46=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 46 (18.36% from 255 or 9.64% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DED12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED12E is #212ED1. Grayscale: #C2C2C2. Windows color (decimal): -2174674 or 3068382. OLE color: 3068382.

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

Color convert

RGB 222 209 46 -
CMYK 0 0.06 0.79 0.13
HSL 55.57º 0.73% 0.53% -
HSV(B) 55.57º 0.79% 0.87% -
XYZ 53.42 61.33 11.61 -
YUV 194.31 44.31 147.75 -
System Red Green Blue C M Y K H S L
Decimal 222 209 46 0 0.06 0.79 0.13 55.57 0.73 0.53
Hex DE D1 2E 0 6 4F D 38 49 35
Octal 336 321 56 0 6 117 15 70 111 65
Binary 11011110 11010001 101110 0 110 1001111 1101 111000 1001001 110101

Color Harmonies of #DED12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED12E

Black with #DED12E

Text Example


Text Example

White with #DED12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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