Html Css Color HEX #DEDA35 Starship

📋 copy color: '#DEDA35'

red 222 ◦ green 218 ◦ blue 53

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

Shades of Starship #DEDA35

Tints of Starship #DEDA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.75%

R = 45.03%
G = 44.22%
B = 10.75%

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

#DEDA35 (or 0xDEDA35) is known color: Starship. HEX triplet: DE, DA and 35. RGB value is (222,218,53). Sum of RGB (Red+Green+Blue) = 222+218+53=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 53 (21.09% from 255 or 10.75% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA35 is #2125CA. Grayscale: #C9C9C9. Windows color (decimal): -2172363 or 3529438. OLE color: 3529438.

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

Color convert

RGB 222 218 53 -
CMYK 0 0.02 0.76 0.13
HSL 58.58º 0.72% 0.54% -
HSV(B) 58.58º 0.76% 0.87% -
XYZ 55.84 65.93 13.15 -
YUV 200.39 44.83 143.42 -
System Red Green Blue C M Y K H S L
Decimal 222 218 53 0 0.02 0.76 0.13 58.58 0.72 0.54
Hex DE DA 35 0 2 4C D 3B 48 36
Octal 336 332 65 0 2 114 15 73 110 66
Binary 11011110 11011010 110101 0 10 1001100 1101 111011 1001000 110110

Color Harmonies of #DEDA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA35

Black with #DEDA35

Text Example


Text Example

White with #DEDA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA35; }

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

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

background-color css

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

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

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

border-color css

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

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

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