Html Css Color HEX #DED33A Starship

📋 copy color: '#DED33A'

red 222 ◦ green 211 ◦ blue 58

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

Shades of Starship #DED33A

Tints of Starship #DED33A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.97%

 BLUE value IS 58 (23.05% from 255) = 11.81%

R = 45.21%
G = 42.97%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DED33A (or 0xDED33A) is known color: Starship. HEX triplet: DE, D3 and 3A. RGB value is (222,211,58). Sum of RGB (Red+Green+Blue) = 222+211+58=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 58 (23.05% from 255 or 11.81% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DED33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED33A is #212CC5. Grayscale: #C5C5C5. Windows color (decimal): -2174150 or 3855326. OLE color: 3855326.

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

Color convert

RGB 222 211 58 -
CMYK 0 0.05 0.74 0.13
HSL 55.98º 0.71% 0.55% -
HSV(B) 55.98º 0.74% 0.87% -
XYZ 54.18 62.42 13.2 -
YUV 196.85 49.64 145.94 -
System Red Green Blue C M Y K H S L
Decimal 222 211 58 0 0.05 0.74 0.13 55.98 0.71 0.55
Hex DE D3 3A 0 5 4A D 38 47 37
Octal 336 323 72 0 5 112 15 70 107 67
Binary 11011110 11010011 111010 0 101 1001010 1101 111000 1000111 110111

Color Harmonies of #DED33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED33A

Black with #DED33A

Text Example


Text Example

White with #DED33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED33A; }

 p { color: rgb(222,211,58); }

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

background-color css

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

 a { background-color: rgb(222,211,58); }

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

border-color css

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

 span { border-color: rgb(222,211,58); }

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