Html Css Color HEX #DEED47 Starship

📋 copy color: '#DEED47'

red 222 ◦ green 237 ◦ blue 71

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

Shades of Starship #DEED47

Tints of Starship #DEED47

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.72%

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

R = 41.89%
G = 44.72%
B = 13.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#DEED47 (or 0xDEED47) is known color: Starship. HEX triplet: DE, ED and 47. RGB value is (222,237,71). Sum of RGB (Red+Green+Blue) = 222+237+71=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 71 (28.12% from 255 or 13.40% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEED47 is #2112B8. Grayscale: #D6D6D6. Windows color (decimal): -2167481 or 4713950. OLE color: 4713950.

HSL color Cylindrical-coordinate representation of color #DEED47: hue angle of 65.42º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEED47 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 237 71 -
CMYK 0.06 0 0.70 0.07
HSL 65.42º 0.82% 0.6% -
HSV(B) 65.42º 0.7% 0.93% -
XYZ 61.55 76.55 17.49 -
YUV 213.59 47.53 134 -
System Red Green Blue C M Y K H S L
Decimal 222 237 71 0.06 0 0.70 0.07 65.42 0.82 0.6
Hex DE ED 47 6 0 46 7 41 52 3C
Octal 336 355 107 6 0 106 7 101 122 74
Binary 11011110 11101101 1000111 110 0 1000110 111 1000001 1010010 111100

Color Harmonies of #DEED47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEED47

Black with #DEED47

Text Example


Text Example

White with #DEED47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEED47; }

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

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

background-color css

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

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

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

border-color css

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

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

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