Html Css Color HEX #DED93D Starship

📋 copy color: '#DED93D'

red 222 ◦ green 217 ◦ blue 61

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

Shades of Starship #DED93D

Tints of Starship #DED93D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.4%

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

R = 44.4%
G = 43.4%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DED93D (or 0xDED93D) is known color: Starship. HEX triplet: DE, D9 and 3D. RGB value is (222,217,61). Sum of RGB (Red+Green+Blue) = 222+217+61=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 61 (24.22% from 255 or 12.2% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DED93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED93D is #2126C2. Grayscale: #C9C9C9. Windows color (decimal): -2172611 or 4053470. OLE color: 4053470.

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

Color convert

RGB 222 217 61 -
CMYK 0 0.02 0.73 0.13
HSL 58.14º 0.71% 0.55% -
HSV(B) 58.14º 0.73% 0.87% -
XYZ 55.78 65.49 14.12 -
YUV 200.71 49.16 143.18 -
System Red Green Blue C M Y K H S L
Decimal 222 217 61 0 0.02 0.73 0.13 58.14 0.71 0.55
Hex DE D9 3D 0 2 49 D 3A 47 37
Octal 336 331 75 0 2 111 15 72 107 67
Binary 11011110 11011001 111101 0 10 1001001 1101 111010 1000111 110111

Color Harmonies of #DED93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED93D

Black with #DED93D

Text Example


Text Example

White with #DED93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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