Html Css Color HEX #DEDA46 Starship

📋 copy color: '#DEDA46'

red 222 ◦ green 218 ◦ blue 70

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

Shades of Starship #DEDA46

Tints of Starship #DEDA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.73%

R = 43.53%
G = 42.75%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DEDA46 (or 0xDEDA46) is known color: Starship. HEX triplet: DE, DA and 46. RGB value is (222,218,70). Sum of RGB (Red+Green+Blue) = 222+218+70=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 70 (27.73% from 255 or 13.73% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA46 is #2125B9. Grayscale: #CACACA. Windows color (decimal): -2172346 or 4643550. OLE color: 4643550.

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

Color convert

RGB 222 218 70 -
CMYK 0 0.02 0.68 0.13
HSL 58.42º 0.7% 0.57% -
HSV(B) 58.42º 0.68% 0.87% -
XYZ 56.3 66.11 15.59 -
YUV 202.32 53.33 142.03 -
System Red Green Blue C M Y K H S L
Decimal 222 218 70 0 0.02 0.68 0.13 58.42 0.7 0.57
Hex DE DA 46 0 2 44 D 3A 46 39
Octal 336 332 106 0 2 104 15 72 106 71
Binary 11011110 11011010 1000110 0 10 1000100 1101 111010 1000110 111001

Color Harmonies of #DEDA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA46

Black with #DEDA46

Text Example


Text Example

White with #DEDA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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