Html Css Color HEX #DED83A Starship

📋 copy color: '#DED83A'

red 222 ◦ green 216 ◦ blue 58

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

Shades of Starship #DED83A

Tints of Starship #DED83A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.55%

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

R = 44.76%
G = 43.55%
B = 11.69%

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

#DED83A (or 0xDED83A) is known color: Starship. HEX triplet: DE, D8 and 3A. RGB value is (222,216,58). Sum of RGB (Red+Green+Blue) = 222+216+58=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 58 (23.05% from 255 or 11.69% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DED83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED83A is #2127C5. Grayscale: #C8C8C8. Windows color (decimal): -2172870 or 3856606. OLE color: 3856606.

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

Color convert

RGB 222 216 58 -
CMYK 0 0.03 0.74 0.13
HSL 57.8º 0.71% 0.55% -
HSV(B) 57.8º 0.74% 0.87% -
XYZ 55.44 64.95 13.62 -
YUV 199.78 47.99 143.85 -
System Red Green Blue C M Y K H S L
Decimal 222 216 58 0 0.03 0.74 0.13 57.8 0.71 0.55
Hex DE D8 3A 0 3 4A D 3A 47 37
Octal 336 330 72 0 3 112 15 72 107 67
Binary 11011110 11011000 111010 0 11 1001010 1101 111010 1000111 110111

Color Harmonies of #DED83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED83A

Black with #DED83A

Text Example


Text Example

White with #DED83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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