Html Css Color HEX #DEDC2D Starship

📋 copy color: '#DEDC2D'

red 222 ◦ green 220 ◦ blue 45

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

Shades of Starship #DEDC2D

Tints of Starship #DEDC2D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.17%

 BLUE value IS 45 (17.97% from 255) = 9.24%

R = 45.59%
G = 45.17%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DEDC2D (or 0xDEDC2D) is known color: Starship. HEX triplet: DE, DC and 2D. RGB value is (222,220,45). Sum of RGB (Red+Green+Blue) = 222+220+45=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 45 (17.97% from 255 or 9.24% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC2D is #2123D2. Grayscale: #C9C9C9. Windows color (decimal): -2171859 or 3005662. OLE color: 3005662.

HSL color Cylindrical-coordinate representation of color #DEDC2D: hue angle of 59.32º 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 #DEDC2D is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 220 45 -
CMYK 0 0.01 0.80 0.13
HSL 59.32º 0.73% 0.52% -
HSV(B) 59.32º 0.8% 0.87% -
XYZ 56.19 66.91 12.44 -
YUV 200.65 40.16 143.23 -
System Red Green Blue C M Y K H S L
Decimal 222 220 45 0 0.01 0.80 0.13 59.32 0.73 0.52
Hex DE DC 2D 0 1 50 D 3B 49 34
Octal 336 334 55 0 1 120 15 73 111 64
Binary 11011110 11011100 101101 0 1 1010000 1101 111011 1001001 110100

Color Harmonies of #DEDC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC2D

Black with #DEDC2D

Text Example


Text Example

White with #DEDC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC2D; }

 p { color: rgb(222,220,45); }

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

background-color css

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

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

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

border-color css

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

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

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