Html Css Color HEX #DED52E Starship

📋 copy color: '#DED52E'

red 222 ◦ green 213 ◦ blue 46

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

Shades of Starship #DED52E

Tints of Starship #DED52E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.28%

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

R = 46.15%
G = 44.28%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DED52E (or 0xDED52E) is known color: Starship. HEX triplet: DE, D5 and 2E. RGB value is (222,213,46). Sum of RGB (Red+Green+Blue) = 222+213+46=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DED52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED52E is #212AD1. Grayscale: #C5C5C5. Windows color (decimal): -2173650 or 3069406. OLE color: 3069406.

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

Color convert

RGB 222 213 46 -
CMYK 0 0.04 0.79 0.13
HSL 56.93º 0.73% 0.53% -
HSV(B) 56.93º 0.79% 0.87% -
XYZ 54.41 63.32 11.94 -
YUV 196.65 42.98 146.08 -
System Red Green Blue C M Y K H S L
Decimal 222 213 46 0 0.04 0.79 0.13 56.93 0.73 0.53
Hex DE D5 2E 0 4 4F D 39 49 35
Octal 336 325 56 0 4 117 15 71 111 65
Binary 11011110 11010101 101110 0 100 1001111 1101 111001 1001001 110101

Color Harmonies of #DED52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED52E

Black with #DED52E

Text Example


Text Example

White with #DED52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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