Html Css Color HEX #DEDC30 Starship

📋 copy color: '#DEDC30'

red 222 ◦ green 220 ◦ blue 48

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

Shades of Starship #DEDC30

Tints of Starship #DEDC30

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

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

R = 45.31%
G = 44.9%
B = 9.8%

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

#DEDC30 (or 0xDEDC30) is known color: Starship. HEX triplet: DE, DC and 30. RGB value is (222,220,48). Sum of RGB (Red+Green+Blue) = 222+220+48=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC30 is #2123CF. Grayscale: #C9C9C9. Windows color (decimal): -2171856 or 3202270. OLE color: 3202270.

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

Color convert

RGB 222 220 48 -
CMYK 0 0.01 0.78 0.13
HSL 59.31º 0.73% 0.53% -
HSV(B) 59.31º 0.78% 0.87% -
XYZ 56.25 66.93 12.75 -
YUV 200.99 41.66 142.99 -
System Red Green Blue C M Y K H S L
Decimal 222 220 48 0 0.01 0.78 0.13 59.31 0.73 0.53
Hex DE DC 30 0 1 4E D 3B 48 35
Octal 336 334 60 0 1 116 15 73 110 65
Binary 11011110 11011100 110000 0 1 1001110 1101 111011 1001000 110101

Color Harmonies of #DEDC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC30

Black with #DEDC30

Text Example


Text Example

White with #DEDC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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