Html Css Color HEX #DED32F Starship

📋 copy color: '#DED32F'

red 222 ◦ green 211 ◦ blue 47

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

Shades of Starship #DED32F

Tints of Starship #DED32F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.96%

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

R = 46.25%
G = 43.96%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DED32F (or 0xDED32F) is known color: Starship. HEX triplet: DE, D3 and 2F. RGB value is (222,211,47). Sum of RGB (Red+Green+Blue) = 222+211+47=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 47 (18.75% from 255 or 9.79% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DED32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED32F is #212CD0. Grayscale: #C4C4C4. Windows color (decimal): -2174161 or 3134430. OLE color: 3134430.

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

Color convert

RGB 222 211 47 -
CMYK 0 0.05 0.79 0.13
HSL 56.23º 0.73% 0.53% -
HSV(B) 56.23º 0.79% 0.87% -
XYZ 53.93 62.32 11.88 -
YUV 195.59 44.14 146.84 -
System Red Green Blue C M Y K H S L
Decimal 222 211 47 0 0.05 0.79 0.13 56.23 0.73 0.53
Hex DE D3 2F 0 5 4F D 38 49 35
Octal 336 323 57 0 5 117 15 70 111 65
Binary 11011110 11010011 101111 0 101 1001111 1101 111000 1001001 110101

Color Harmonies of #DED32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED32F

Black with #DED32F

Text Example


Text Example

White with #DED32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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