Html Css Color HEX #DED53D Starship

📋 copy color: '#DED53D'

red 222 ◦ green 213 ◦ blue 61

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

Shades of Starship #DED53D

Tints of Starship #DED53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.3%

R = 44.76%
G = 42.94%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DED53D (or 0xDED53D) is known color: Starship. HEX triplet: DE, D5 and 3D. RGB value is (222,213,61). Sum of RGB (Red+Green+Blue) = 222+213+61=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DED53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED53D is #212AC2. Grayscale: #C6C6C6. Windows color (decimal): -2173635 or 4052446. OLE color: 4052446.

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

Color convert

RGB 222 213 61 -
CMYK 0 0.04 0.73 0.13
HSL 56.65º 0.71% 0.55% -
HSV(B) 56.65º 0.73% 0.87% -
XYZ 54.76 63.46 13.78 -
YUV 198.36 50.48 144.86 -
System Red Green Blue C M Y K H S L
Decimal 222 213 61 0 0.04 0.73 0.13 56.65 0.71 0.55
Hex DE D5 3D 0 4 49 D 39 47 37
Octal 336 325 75 0 4 111 15 71 107 67
Binary 11011110 11010101 111101 0 100 1001001 1101 111001 1000111 110111

Color Harmonies of #DED53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED53D

Black with #DED53D

Text Example


Text Example

White with #DED53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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