Html Css Color HEX #DED744 Starship

📋 copy color: '#DED744'

red 222 ◦ green 215 ◦ blue 68

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

Shades of Starship #DED744

Tints of Starship #DED744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.47%

R = 43.96%
G = 42.57%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DED744 (or 0xDED744) is known color: Starship. HEX triplet: DE, D7 and 44. RGB value is (222,215,68). Sum of RGB (Red+Green+Blue) = 222+215+68=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 68 (26.95% from 255 or 13.47% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DED744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED744 is #2128BB. Grayscale: #C8C8C8. Windows color (decimal): -2173116 or 4511710. OLE color: 4511710.

HSL color Cylindrical-coordinate representation of color #DED744: hue angle of 57.27º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DED744 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 215 68 -
CMYK 0 0.03 0.69 0.13
HSL 57.27º 0.7% 0.57% -
HSV(B) 57.27º 0.69% 0.87% -
XYZ 55.47 64.55 15 -
YUV 200.34 53.32 143.45 -
System Red Green Blue C M Y K H S L
Decimal 222 215 68 0 0.03 0.69 0.13 57.27 0.7 0.57
Hex DE D7 44 0 3 45 D 39 46 39
Octal 336 327 104 0 3 105 15 71 106 71
Binary 11011110 11010111 1000100 0 11 1000101 1101 111001 1000110 111001

Color Harmonies of #DED744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED744

Black with #DED744

Text Example


Text Example

White with #DED744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED744; }

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

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

background-color css

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

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

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

border-color css

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

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

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