Html Css Color HEX #DEDE47 Starship

📋 copy color: '#DEDE47'

red 222 ◦ green 222 ◦ blue 71

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

Shades of Starship #DEDE47

Tints of Starship #DEDE47

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.11%

 BLUE value IS 71 (28.13% from 255) = 13.79%

R = 43.11%
G = 43.11%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DEDE47 (or 0xDEDE47) is known color: Starship. HEX triplet: DE, DE and 47. RGB value is (222,222,71). Sum of RGB (Red+Green+Blue) = 222+222+71=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 71 (28.12% from 255 or 13.79% from 515); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDE47 is #2121B8. Grayscale: #CDCDCD. Windows color (decimal): -2171321 or 4710110. OLE color: 4710110.

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

Color convert

RGB 222 222 71 -
CMYK 0 0 0.68 0.13
HSL 60º 0.7% 0.57% -
HSV(B) 60º 0.68% 0.87% -
XYZ 57.38 68.23 16.11 -
YUV 204.79 52.5 140.28 -
System Red Green Blue C M Y K H S L
Decimal 222 222 71 0 0 0.68 0.13 60 0.7 0.57
Hex DE DE 47 0 0 44 D 3C 46 39
Octal 336 336 107 0 0 104 15 74 106 71
Binary 11011110 11011110 1000111 0 0 1000100 1101 111100 1000110 111001

Color Harmonies of #DEDE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE47

Black with #DEDE47

Text Example


Text Example

White with #DEDE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE47; }

 p { color: rgb(222,222,71); }

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

background-color css

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

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

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

border-color css

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

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

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