Html Css Color HEX #DED83D Starship

📋 copy color: '#DED83D'

red 222 ◦ green 216 ◦ blue 61

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

Shades of Starship #DED83D

Tints of Starship #DED83D

RGB

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

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

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

R = 44.49%
G = 43.29%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DED83D (or 0xDED83D) is known color: Starship. HEX triplet: DE, D8 and 3D. RGB value is (222,216,61). Sum of RGB (Red+Green+Blue) = 222+216+61=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 61 (24.22% from 255 or 12.22% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DED83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED83D is #2127C2. Grayscale: #C8C8C8. Windows color (decimal): -2172867 or 4053214. OLE color: 4053214.

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

Color convert

RGB 222 216 61 -
CMYK 0 0.03 0.73 0.13
HSL 57.76º 0.71% 0.55% -
HSV(B) 57.76º 0.73% 0.87% -
XYZ 55.52 64.98 14.03 -
YUV 200.12 49.49 143.6 -
System Red Green Blue C M Y K H S L
Decimal 222 216 61 0 0.03 0.73 0.13 57.76 0.71 0.55
Hex DE D8 3D 0 3 49 D 3A 47 37
Octal 336 330 75 0 3 111 15 72 107 67
Binary 11011110 11011000 111101 0 11 1001001 1101 111010 1000111 110111

Color Harmonies of #DED83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED83D

Black with #DED83D

Text Example


Text Example

White with #DED83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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