Html Css Color HEX #DEDA39 Starship

📋 copy color: '#DEDA39'

red 222 ◦ green 218 ◦ blue 57

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

Shades of Starship #DEDA39

Tints of Starship #DEDA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.47%

R = 44.67%
G = 43.86%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DEDA39 (or 0xDEDA39) is known color: Starship. HEX triplet: DE, DA and 39. RGB value is (222,218,57). Sum of RGB (Red+Green+Blue) = 222+218+57=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 57 (22.66% from 255 or 11.47% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA39 is #2125C6. Grayscale: #C9C9C9. Windows color (decimal): -2172359 or 3791582. OLE color: 3791582.

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

Color convert

RGB 222 218 57 -
CMYK 0 0.02 0.74 0.13
HSL 58.55º 0.71% 0.55% -
HSV(B) 58.55º 0.74% 0.87% -
XYZ 55.93 65.97 13.66 -
YUV 200.84 46.83 143.09 -
System Red Green Blue C M Y K H S L
Decimal 222 218 57 0 0.02 0.74 0.13 58.55 0.71 0.55
Hex DE DA 39 0 2 4A D 3B 47 37
Octal 336 332 71 0 2 112 15 73 107 67
Binary 11011110 11011010 111001 0 10 1001010 1101 111011 1000111 110111

Color Harmonies of #DEDA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA39

Black with #DEDA39

Text Example


Text Example

White with #DEDA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA39; }

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

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

background-color css

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

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

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

border-color css

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

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

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