Html Css Color HEX #DEDE2C Starship

📋 copy color: '#DEDE2C'

red 222 ◦ green 222 ◦ blue 44

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

Shades of Starship #DEDE2C

Tints of Starship #DEDE2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.02%

R = 45.49%
G = 45.49%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DEDE2C (or 0xDEDE2C) is known color: Starship. HEX triplet: DE, DE and 2C. RGB value is (222,222,44). Sum of RGB (Red+Green+Blue) = 222+222+44=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 44 (17.58% from 255 or 9.02% from 488); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDE2C is #2121D3. Grayscale: #CACACA. Windows color (decimal): -2171348 or 2940638. OLE color: 2940638.

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

Color convert

RGB 222 222 44 -
CMYK 0 0 0.80 0.13
HSL 60º 0.73% 0.52% -
HSV(B) 60º 0.8% 0.87% -
XYZ 56.7 67.95 12.51 -
YUV 201.71 39 142.47 -
System Red Green Blue C M Y K H S L
Decimal 222 222 44 0 0 0.80 0.13 60 0.73 0.52
Hex DE DE 2C 0 0 50 D 3C 49 34
Octal 336 336 54 0 0 120 15 74 111 64
Binary 11011110 11011110 101100 0 0 1010000 1101 111100 1001001 110100

Color Harmonies of #DEDE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE2C

Black with #DEDE2C

Text Example


Text Example

White with #DEDE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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