Html Css Color HEX #DEDA36 Starship

📋 copy color: '#DEDA36'

red 222 ◦ green 218 ◦ blue 54

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

Shades of Starship #DEDA36

Tints of Starship #DEDA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.93%

R = 44.94%
G = 44.13%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DEDA36 (or 0xDEDA36) is known color: Starship. HEX triplet: DE, DA and 36. RGB value is (222,218,54). Sum of RGB (Red+Green+Blue) = 222+218+54=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 54 (21.48% from 255 or 10.93% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA36 is #2125C9. Grayscale: #C9C9C9. Windows color (decimal): -2172362 or 3594974. OLE color: 3594974.

HSL color Cylindrical-coordinate representation of color #DEDA36: hue angle of 58.57º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEDA36 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 218 54 -
CMYK 0 0.02 0.76 0.13
HSL 58.57º 0.72% 0.54% -
HSV(B) 58.57º 0.76% 0.87% -
XYZ 55.86 65.94 13.27 -
YUV 200.5 45.33 143.34 -
System Red Green Blue C M Y K H S L
Decimal 222 218 54 0 0.02 0.76 0.13 58.57 0.72 0.54
Hex DE DA 36 0 2 4C D 3B 48 36
Octal 336 332 66 0 2 114 15 73 110 66
Binary 11011110 11011010 110110 0 10 1001100 1101 111011 1001000 110110

Color Harmonies of #DEDA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA36

Black with #DEDA36

Text Example


Text Example

White with #DEDA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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