Html Css Color HEX #DEDB33 Starship

📋 copy color: '#DEDB33'

red 222 ◦ green 219 ◦ blue 51

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

Shades of Starship #DEDB33

Tints of Starship #DEDB33

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.51%

 BLUE value IS 51 (20.31% from 255) = 10.37%

R = 45.12%
G = 44.51%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DEDB33 (or 0xDEDB33) is known color: Starship. HEX triplet: DE, DB and 33. RGB value is (222,219,51). Sum of RGB (Red+Green+Blue) = 222+219+51=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 51 (20.31% from 255 or 10.37% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB33 is #2124CC. Grayscale: #C9C9C9. Windows color (decimal): -2172109 or 3398622. OLE color: 3398622.

HSL color Cylindrical-coordinate representation of color #DEDB33: hue angle of 58.95º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DEDB33 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 219 51 -
CMYK 0 0.01 0.77 0.13
HSL 58.95º 0.72% 0.54% -
HSV(B) 58.95º 0.77% 0.87% -
XYZ 56.05 66.43 13 -
YUV 200.75 43.49 143.16 -
System Red Green Blue C M Y K H S L
Decimal 222 219 51 0 0.01 0.77 0.13 58.95 0.72 0.54
Hex DE DB 33 0 1 4D D 3B 48 36
Octal 336 333 63 0 1 115 15 73 110 66
Binary 11011110 11011011 110011 0 1 1001101 1101 111011 1001000 110110

Color Harmonies of #DEDB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB33

Black with #DEDB33

Text Example


Text Example

White with #DEDB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB33; }

 p { color: rgb(222,219,51); }

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

background-color css

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

 a { background-color: rgb(222,219,51); }

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

border-color css

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

 span { border-color: rgb(222,219,51); }

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