Html Css Color HEX #DED63C Starship

📋 copy color: '#DED63C'

red 222 ◦ green 214 ◦ blue 60

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

Shades of Starship #DED63C

Tints of Starship #DED63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.1%

R = 44.76%
G = 43.15%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DED63C (or 0xDED63C) is known color: Starship. HEX triplet: DE, D6 and 3C. RGB value is (222,214,60). Sum of RGB (Red+Green+Blue) = 222+214+60=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DED63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED63C is #2129C3. Grayscale: #C7C7C7. Windows color (decimal): -2173380 or 3987166. OLE color: 3987166.

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

Color convert

RGB 222 214 60 -
CMYK 0 0.04 0.73 0.13
HSL 57.04º 0.71% 0.55% -
HSV(B) 57.04º 0.73% 0.87% -
XYZ 54.99 63.95 13.72 -
YUV 198.84 49.65 144.52 -
System Red Green Blue C M Y K H S L
Decimal 222 214 60 0 0.04 0.73 0.13 57.04 0.71 0.55
Hex DE D6 3C 0 4 49 D 39 47 37
Octal 336 326 74 0 4 111 15 71 107 67
Binary 11011110 11010110 111100 0 100 1001001 1101 111001 1000111 110111

Color Harmonies of #DED63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED63C

Black with #DED63C

Text Example


Text Example

White with #DED63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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