Html Css Color HEX #DED237 Starship

📋 copy color: '#DED237'

red 222 ◦ green 210 ◦ blue 55

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

Shades of Starship #DED237

Tints of Starship #DED237

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.12%

 BLUE value IS 55 (21.88% from 255) = 11.29%

R = 45.59%
G = 43.12%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DED237 (or 0xDED237) is known color: Starship. HEX triplet: DE, D2 and 37. RGB value is (222,210,55). Sum of RGB (Red+Green+Blue) = 222+210+55=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 55 (21.88% from 255 or 11.29% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DED237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED237 is #212DC8. Grayscale: #C4C4C4. Windows color (decimal): -2174409 or 3658462. OLE color: 3658462.

HSL color Cylindrical-coordinate representation of color #DED237: hue angle of 55.69º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DED237 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 210 55 -
CMYK 0 0.05 0.75 0.13
HSL 55.69º 0.72% 0.54% -
HSV(B) 55.69º 0.75% 0.87% -
XYZ 53.86 61.9 12.72 -
YUV 195.92 48.48 146.6 -
System Red Green Blue C M Y K H S L
Decimal 222 210 55 0 0.05 0.75 0.13 55.69 0.72 0.54
Hex DE D2 37 0 5 4B D 38 48 36
Octal 336 322 67 0 5 113 15 70 110 66
Binary 11011110 11010010 110111 0 101 1001011 1101 111000 1001000 110110

Color Harmonies of #DED237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED237

Black with #DED237

Text Example


Text Example

White with #DED237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED237; }

 p { color: rgb(222,210,55); }

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

background-color css

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

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

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

border-color css

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

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

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