Html Css Color HEX #DEDD2E Starship

📋 copy color: '#DEDD2E'

red 222 ◦ green 221 ◦ blue 46

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

Shades of Starship #DEDD2E

Tints of Starship #DEDD2E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.19%

 BLUE value IS 46 (18.36% from 255) = 9.41%

R = 45.4%
G = 45.19%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DEDD2E (or 0xDEDD2E) is known color: Starship. HEX triplet: DE, DD and 2E. RGB value is (222,221,46). Sum of RGB (Red+Green+Blue) = 222+221+46=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 46 (18.36% from 255 or 9.41% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD2E is #2122D1. Grayscale: #CACACA. Windows color (decimal): -2171602 or 3071454. OLE color: 3071454.

HSL color Cylindrical-coordinate representation of color #DEDD2E: hue angle of 59.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEDD2E is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 221 46 -
CMYK 0 0.00 0.79 0.13
HSL 59.66º 0.73% 0.53% -
HSV(B) 59.66º 0.79% 0.87% -
XYZ 56.47 67.44 12.63 -
YUV 201.35 40.33 142.73 -
System Red Green Blue C M Y K H S L
Decimal 222 221 46 0 0.00 0.79 0.13 59.66 0.73 0.53
Hex DE DD 2E 0 0 4F D 3C 49 35
Octal 336 335 56 0 0 117 15 74 111 65
Binary 11011110 11011101 101110 0 0 1001111 1101 111100 1001001 110101

Color Harmonies of #DEDD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD2E

Black with #DEDD2E

Text Example


Text Example

White with #DEDD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD2E; }

 p { color: rgb(222,221,46); }

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

background-color css

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

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

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

border-color css

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

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

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