Html Css Color HEX #DEDA2D Starship

📋 copy color: '#DEDA2D'

red 222 ◦ green 218 ◦ blue 45

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

Shades of Starship #DEDA2D

Tints of Starship #DEDA2D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.95%

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

R = 45.77%
G = 44.95%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DEDA2D (or 0xDEDA2D) is known color: Starship. HEX triplet: DE, DA and 2D. RGB value is (222,218,45). Sum of RGB (Red+Green+Blue) = 222+218+45=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA2D is #2125D2. Grayscale: #C8C8C8. Windows color (decimal): -2172371 or 3005150. OLE color: 3005150.

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

Color convert

RGB 222 218 45 -
CMYK 0 0.02 0.80 0.13
HSL 58.64º 0.73% 0.52% -
HSV(B) 58.64º 0.8% 0.87% -
XYZ 55.67 65.86 12.26 -
YUV 199.47 40.83 144.07 -
System Red Green Blue C M Y K H S L
Decimal 222 218 45 0 0.02 0.80 0.13 58.64 0.73 0.52
Hex DE DA 2D 0 2 50 D 3B 49 34
Octal 336 332 55 0 2 120 15 73 111 64
Binary 11011110 11011010 101101 0 10 1010000 1101 111011 1001001 110100

Color Harmonies of #DEDA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA2D

Black with #DEDA2D

Text Example


Text Example

White with #DEDA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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