Html Css Color HEX #DED73C Starship

📋 copy color: '#DED73C'

red 222 ◦ green 215 ◦ blue 60

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

Shades of Starship #DED73C

Tints of Starship #DED73C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.26%

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

R = 44.67%
G = 43.26%
B = 12.07%

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

#DED73C (or 0xDED73C) is known color: Starship. HEX triplet: DE, D7 and 3C. RGB value is (222,215,60). Sum of RGB (Red+Green+Blue) = 222+215+60=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DED73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED73C is #2128C3. Grayscale: #C8C8C8. Windows color (decimal): -2173124 or 3987422. OLE color: 3987422.

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

Color convert

RGB 222 215 60 -
CMYK 0 0.03 0.73 0.13
HSL 57.41º 0.71% 0.55% -
HSV(B) 57.41º 0.73% 0.87% -
XYZ 55.24 64.46 13.8 -
YUV 199.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 222 215 60 0 0.03 0.73 0.13 57.41 0.71 0.55
Hex DE D7 3C 0 3 49 D 39 47 37
Octal 336 327 74 0 3 111 15 71 107 67
Binary 11011110 11010111 111100 0 11 1001001 1101 111001 1000111 110111

Color Harmonies of #DED73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED73C

Black with #DED73C

Text Example


Text Example

White with #DED73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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