Html Css Color HEX #DED73E Starship

📋 copy color: '#DED73E'

red 222 ◦ green 215 ◦ blue 62

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

Shades of Starship #DED73E

Tints of Starship #DED73E

RGB

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

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

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

R = 44.49%
G = 43.09%
B = 12.42%

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

#DED73E (or 0xDED73E) is known color: Starship. HEX triplet: DE, D7 and 3E. RGB value is (222,215,62). Sum of RGB (Red+Green+Blue) = 222+215+62=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 62 (24.61% from 255 or 12.42% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DED73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED73E is #2128C1. Grayscale: #C8C8C8. Windows color (decimal): -2173122 or 4118494. OLE color: 4118494.

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

Color convert

RGB 222 215 62 -
CMYK 0 0.03 0.72 0.13
HSL 57.38º 0.71% 0.56% -
HSV(B) 57.38º 0.72% 0.87% -
XYZ 55.29 64.48 14.09 -
YUV 199.65 50.32 143.94 -
System Red Green Blue C M Y K H S L
Decimal 222 215 62 0 0.03 0.72 0.13 57.38 0.71 0.56
Hex DE D7 3E 0 3 48 D 39 47 38
Octal 336 327 76 0 3 110 15 71 107 70
Binary 11011110 11010111 111110 0 11 1001000 1101 111001 1000111 111000

Color Harmonies of #DED73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED73E

Black with #DED73E

Text Example


Text Example

White with #DED73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED73E; }

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

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

background-color css

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

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

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

border-color css

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

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

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