Html Css Color HEX #DED73A Starship

📋 copy color: '#DED73A'

red 222 ◦ green 215 ◦ blue 58

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

Shades of Starship #DED73A

Tints of Starship #DED73A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.43%

 BLUE value IS 58 (23.05% from 255) = 11.72%

R = 44.85%
G = 43.43%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DED73A (or 0xDED73A) is known color: Starship. HEX triplet: DE, D7 and 3A. RGB value is (222,215,58). Sum of RGB (Red+Green+Blue) = 222+215+58=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DED73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED73A is #2128C5. Grayscale: #C7C7C7. Windows color (decimal): -2173126 or 3856350. OLE color: 3856350.

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

Color convert

RGB 222 215 58 -
CMYK 0 0.03 0.74 0.13
HSL 57.44º 0.71% 0.55% -
HSV(B) 57.44º 0.74% 0.87% -
XYZ 55.19 64.44 13.53 -
YUV 199.2 48.32 144.27 -
System Red Green Blue C M Y K H S L
Decimal 222 215 58 0 0.03 0.74 0.13 57.44 0.71 0.55
Hex DE D7 3A 0 3 4A D 39 47 37
Octal 336 327 72 0 3 112 15 71 107 67
Binary 11011110 11010111 111010 0 11 1001010 1101 111001 1000111 110111

Color Harmonies of #DED73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED73A

Black with #DED73A

Text Example


Text Example

White with #DED73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED73A; }

 p { color: rgb(222,215,58); }

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

background-color css

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

 a { background-color: rgb(222,215,58); }

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

border-color css

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

 span { border-color: rgb(222,215,58); }

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