Html Css Color HEX #DED12F Starship

📋 copy color: '#DED12F'

red 222 ◦ green 209 ◦ blue 47

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

Shades of Starship #DED12F

Tints of Starship #DED12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.83%

R = 46.44%
G = 43.72%
B = 9.83%

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

#DED12F (or 0xDED12F) is known color: Starship. HEX triplet: DE, D1 and 2F. RGB value is (222,209,47). Sum of RGB (Red+Green+Blue) = 222+209+47=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 47 (18.75% from 255 or 9.83% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DED12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED12F is #212ED0. Grayscale: #C3C3C3. Windows color (decimal): -2174673 or 3133918. OLE color: 3133918.

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

Color convert

RGB 222 209 47 -
CMYK 0 0.06 0.79 0.13
HSL 55.54º 0.73% 0.53% -
HSV(B) 55.54º 0.79% 0.87% -
XYZ 53.44 61.34 11.71 -
YUV 194.42 44.81 147.67 -
System Red Green Blue C M Y K H S L
Decimal 222 209 47 0 0.06 0.79 0.13 55.54 0.73 0.53
Hex DE D1 2F 0 6 4F D 38 49 35
Octal 336 321 57 0 6 117 15 70 111 65
Binary 11011110 11010001 101111 0 110 1001111 1101 111000 1001001 110101

Color Harmonies of #DED12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED12F

Black with #DED12F

Text Example


Text Example

White with #DED12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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