Html Css Color HEX #DED83F Starship

📋 copy color: '#DED83F'

red 222 ◦ green 216 ◦ blue 63

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

Shades of Starship #DED83F

Tints of Starship #DED83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.57%

R = 44.31%
G = 43.11%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DED83F (or 0xDED83F) is known color: Starship. HEX triplet: DE, D8 and 3F. RGB value is (222,216,63). Sum of RGB (Red+Green+Blue) = 222+216+63=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DED83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED83F is #2127C0. Grayscale: #C8C8C8. Windows color (decimal): -2172865 or 4184286. OLE color: 4184286.

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

Color convert

RGB 222 216 63 -
CMYK 0 0.03 0.72 0.13
HSL 57.74º 0.71% 0.56% -
HSV(B) 57.74º 0.72% 0.87% -
XYZ 55.58 65 14.32 -
YUV 200.35 50.49 143.44 -
System Red Green Blue C M Y K H S L
Decimal 222 216 63 0 0.03 0.72 0.13 57.74 0.71 0.56
Hex DE D8 3F 0 3 48 D 3A 47 38
Octal 336 330 77 0 3 110 15 72 107 70
Binary 11011110 11011000 111111 0 11 1001000 1101 111010 1000111 111000

Color Harmonies of #DED83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED83F

Black with #DED83F

Text Example


Text Example

White with #DED83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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