Html Css Color HEX #DED738 Starship

📋 copy color: '#DED738'

red 222 ◦ green 215 ◦ blue 56

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

Shades of Starship #DED738

Tints of Starship #DED738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.36%

R = 45.03%
G = 43.61%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DED738 (or 0xDED738) is known color: Starship. HEX triplet: DE, D7 and 38. RGB value is (222,215,56). Sum of RGB (Red+Green+Blue) = 222+215+56=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 56 (22.27% from 255 or 11.36% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DED738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED738 is #2128C7. Grayscale: #C7C7C7. Windows color (decimal): -2173128 or 3725278. OLE color: 3725278.

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

Color convert

RGB 222 215 56 -
CMYK 0 0.03 0.75 0.13
HSL 57.47º 0.72% 0.55% -
HSV(B) 57.47º 0.75% 0.87% -
XYZ 55.14 64.42 13.27 -
YUV 198.97 47.32 144.43 -
System Red Green Blue C M Y K H S L
Decimal 222 215 56 0 0.03 0.75 0.13 57.47 0.72 0.55
Hex DE D7 38 0 3 4B D 39 48 37
Octal 336 327 70 0 3 113 15 71 110 67
Binary 11011110 11010111 111000 0 11 1001011 1101 111001 1001000 110111

Color Harmonies of #DED738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED738

Black with #DED738

Text Example


Text Example

White with #DED738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED738; }

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

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

background-color css

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

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

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

border-color css

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

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

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