Html Css Color HEX #DED430 Starship

📋 copy color: '#DED430'

red 222 ◦ green 212 ◦ blue 48

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

Shades of Starship #DED430

Tints of Starship #DED430

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.98%

 BLUE value IS 48 (19.14% from 255) = 9.96%

R = 46.06%
G = 43.98%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DED430 (or 0xDED430) is known color: Starship. HEX triplet: DE, D4 and 30. RGB value is (222,212,48). Sum of RGB (Red+Green+Blue) = 222+212+48=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DED430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED430 is #212BCF. Grayscale: #C4C4C4. Windows color (decimal): -2173904 or 3200222. OLE color: 3200222.

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

Color convert

RGB 222 212 48 -
CMYK 0 0.05 0.78 0.13
HSL 56.55º 0.73% 0.53% -
HSV(B) 56.55º 0.78% 0.87% -
XYZ 54.2 62.83 12.07 -
YUV 196.29 44.31 146.34 -
System Red Green Blue C M Y K H S L
Decimal 222 212 48 0 0.05 0.78 0.13 56.55 0.73 0.53
Hex DE D4 30 0 5 4E D 39 48 35
Octal 336 324 60 0 5 116 15 71 110 65
Binary 11011110 11010100 110000 0 101 1001110 1101 111001 1001000 110101

Color Harmonies of #DED430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED430

Black with #DED430

Text Example


Text Example

White with #DED430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED430; }

 p { color: rgb(222,212,48); }

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

background-color css

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

 a { background-color: rgb(222,212,48); }

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

border-color css

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

 span { border-color: rgb(222,212,48); }

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