Html Css Color HEX #DED63E Starship

📋 copy color: '#DED63E'

red 222 ◦ green 214 ◦ blue 62

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

Shades of Starship #DED63E

Tints of Starship #DED63E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.97%

 BLUE value IS 62 (24.61% from 255) = 12.45%

R = 44.58%
G = 42.97%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DED63E (or 0xDED63E) is known color: Starship. HEX triplet: DE, D6 and 3E. RGB value is (222,214,62). Sum of RGB (Red+Green+Blue) = 222+214+62=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 62 (24.61% from 255 or 12.45% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DED63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED63E is #2129C1. Grayscale: #C7C7C7. Windows color (decimal): -2173378 or 4118238. OLE color: 4118238.

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

Color convert

RGB 222 214 62 -
CMYK 0 0.04 0.72 0.13
HSL 57º 0.71% 0.56% -
HSV(B) 57º 0.72% 0.87% -
XYZ 55.04 63.97 14 -
YUV 199.06 50.65 144.36 -
System Red Green Blue C M Y K H S L
Decimal 222 214 62 0 0.04 0.72 0.13 57 0.71 0.56
Hex DE D6 3E 0 4 48 D 39 47 38
Octal 336 326 76 0 4 110 15 71 107 70
Binary 11011110 11010110 111110 0 100 1001000 1101 111001 1000111 111000

Color Harmonies of #DED63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED63E

Black with #DED63E

Text Example


Text Example

White with #DED63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED63E; }

 p { color: rgb(222,214,62); }

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

background-color css

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

 a { background-color: rgb(222,214,62); }

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

border-color css

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

 span { border-color: rgb(222,214,62); }

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