Html Css Color HEX #DEDB30 Starship

📋 copy color: '#DEDB30'

red 222 ◦ green 219 ◦ blue 48

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

Shades of Starship #DEDB30

Tints of Starship #DEDB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.82%

R = 45.4%
G = 44.79%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEDB30 (or 0xDEDB30) is known color: Starship. HEX triplet: DE, DB and 30. RGB value is (222,219,48). Sum of RGB (Red+Green+Blue) = 222+219+48=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 48 (19.14% from 255 or 9.82% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB30 is #2124CF. Grayscale: #C9C9C9. Windows color (decimal): -2172112 or 3202014. OLE color: 3202014.

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

Color convert

RGB 222 219 48 -
CMYK 0 0.01 0.78 0.13
HSL 58.97º 0.73% 0.53% -
HSV(B) 58.97º 0.78% 0.87% -
XYZ 55.99 66.41 12.66 -
YUV 200.4 41.99 143.4 -
System Red Green Blue C M Y K H S L
Decimal 222 219 48 0 0.01 0.78 0.13 58.97 0.73 0.53
Hex DE DB 30 0 1 4E D 3B 48 35
Octal 336 333 60 0 1 116 15 73 110 65
Binary 11011110 11011011 110000 0 1 1001110 1101 111011 1001000 110101

Color Harmonies of #DEDB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB30

Black with #DEDB30

Text Example


Text Example

White with #DEDB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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