Html Css Color HEX #DDDA30 Starship

📋 copy color: '#DDDA30'

red 221 ◦ green 218 ◦ blue 48

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

Shades of Starship #DDDA30

Tints of Starship #DDDA30

RGB

 RED value IS 221 (86.72% from 255) = 45.38%

 GREEN value IS 218 (85.55% from 255) = 44.76%

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

R = 45.38%
G = 44.76%
B = 9.86%

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

#DDDA30 (or 0xDDDA30) is known color: Starship. HEX triplet: DD, DA and 30. RGB value is (221,218,48). Sum of RGB (Red+Green+Blue) = 221+218+48=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA30 is #2225CF. Grayscale: #C8C8C8. Windows color (decimal): -2237904 or 3201757. OLE color: 3201757.

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

Color convert

RGB 221 218 48 -
CMYK 0 0.01 0.78 0.13
HSL 58.96º 0.72% 0.53% -
HSV(B) 58.96º 0.78% 0.87% -
XYZ 55.42 65.73 12.56 -
YUV 199.52 42.49 143.32 -
System Red Green Blue C M Y K H S L
Decimal 221 218 48 0 0.01 0.78 0.13 58.96 0.72 0.53
Hex DD DA 30 0 1 4E D 3B 48 35
Octal 335 332 60 0 1 116 15 73 110 65
Binary 11011101 11011010 110000 0 1 1001110 1101 111011 1001000 110101

Color Harmonies of #DDDA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA30

Black with #DDDA30

Text Example


Text Example

White with #DDDA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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