Html Css Color HEX #DED435 Starship

📋 copy color: '#DED435'

red 222 ◦ green 212 ◦ blue 53

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

Shades of Starship #DED435

Tints of Starship #DED435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.88%

R = 45.59%
G = 43.53%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DED435 (or 0xDED435) is known color: Starship. HEX triplet: DE, D4 and 35. RGB value is (222,212,53). Sum of RGB (Red+Green+Blue) = 222+212+53=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 53 (21.09% from 255 or 10.88% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DED435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED435 is #212BCA. Grayscale: #C5C5C5. Windows color (decimal): -2173899 or 3527902. OLE color: 3527902.

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

Color convert

RGB 222 212 53 -
CMYK 0 0.05 0.76 0.13
HSL 56.45º 0.72% 0.54% -
HSV(B) 56.45º 0.76% 0.87% -
XYZ 54.31 62.87 12.64 -
YUV 196.86 46.81 145.93 -
System Red Green Blue C M Y K H S L
Decimal 222 212 53 0 0.05 0.76 0.13 56.45 0.72 0.54
Hex DE D4 35 0 5 4C D 38 48 36
Octal 336 324 65 0 5 114 15 70 110 66
Binary 11011110 11010100 110101 0 101 1001100 1101 111000 1001000 110110

Color Harmonies of #DED435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED435

Black with #DED435

Text Example


Text Example

White with #DED435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED435; }

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

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

background-color css

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

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

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

border-color css

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

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

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