Html Css Color HEX #DEDD30 Starship

📋 copy color: '#DEDD30'

red 222 ◦ green 221 ◦ blue 48

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

Shades of Starship #DEDD30

Tints of Starship #DEDD30

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.01%

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

R = 45.21%
G = 45.01%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEDD30 (or 0xDEDD30) is known color: Starship. HEX triplet: DE, DD and 30. RGB value is (222,221,48). Sum of RGB (Red+Green+Blue) = 222+221+48=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD30 is #2122CF. Grayscale: #CACACA. Windows color (decimal): -2171600 or 3202526. OLE color: 3202526.

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

Color convert

RGB 222 221 48 -
CMYK 0 0.00 0.78 0.13
HSL 59.66º 0.73% 0.53% -
HSV(B) 59.66º 0.78% 0.87% -
XYZ 56.51 67.46 12.84 -
YUV 201.58 41.33 142.57 -
System Red Green Blue C M Y K H S L
Decimal 222 221 48 0 0.00 0.78 0.13 59.66 0.73 0.53
Hex DE DD 30 0 0 4E D 3C 48 35
Octal 336 335 60 0 0 116 15 74 110 65
Binary 11011110 11011101 110000 0 0 1001110 1101 111100 1001000 110101

Color Harmonies of #DEDD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD30

Black with #DEDD30

Text Example


Text Example

White with #DEDD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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