Html Css Color HEX #DED33B Starship

📋 copy color: '#DED33B'

red 222 ◦ green 211 ◦ blue 59

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

Shades of Starship #DED33B

Tints of Starship #DED33B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.99%

R = 45.12%
G = 42.89%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DED33B (or 0xDED33B) is known color: Starship. HEX triplet: DE, D3 and 3B. RGB value is (222,211,59). Sum of RGB (Red+Green+Blue) = 222+211+59=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 59 (23.44% from 255 or 11.99% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DED33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED33B is #212CC4. Grayscale: #C5C5C5. Windows color (decimal): -2174149 or 3920862. OLE color: 3920862.

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

Color convert

RGB 222 211 59 -
CMYK 0 0.05 0.73 0.13
HSL 55.95º 0.71% 0.55% -
HSV(B) 55.95º 0.73% 0.87% -
XYZ 54.21 62.43 13.33 -
YUV 196.96 50.14 145.86 -
System Red Green Blue C M Y K H S L
Decimal 222 211 59 0 0.05 0.73 0.13 55.95 0.71 0.55
Hex DE D3 3B 0 5 49 D 38 47 37
Octal 336 323 73 0 5 111 15 70 107 67
Binary 11011110 11010011 111011 0 101 1001001 1101 111000 1000111 110111

Color Harmonies of #DED33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED33B

Black with #DED33B

Text Example


Text Example

White with #DED33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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