Html Css Color HEX #DDDF31 Starship

📋 copy color: '#DDDF31'

red 221 ◦ green 223 ◦ blue 49

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

Shades of Starship #DDDF31

Tints of Starship #DDDF31

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

 BLUE value IS 49 (19.53% from 255) = 9.94%

R = 44.83%
G = 45.23%
B = 9.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDDF31 (or 0xDDDF31) is known color: Starship. HEX triplet: DD, DF and 31. RGB value is (221,223,49). Sum of RGB (Red+Green+Blue) = 221+223+49=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 49 (19.53% from 255 or 9.94% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF31 is #2220CE. Grayscale: #CBCBCB. Windows color (decimal): -2236623 or 3268573. OLE color: 3268573.

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

Color convert

RGB 221 223 49 -
CMYK 0.01 0 0.78 0.13
HSL 60.69º 0.73% 0.53% -
HSV(B) 60.69º 0.78% 0.87% -
XYZ 56.76 68.37 13.11 -
YUV 202.57 41.34 141.15 -
System Red Green Blue C M Y K H S L
Decimal 221 223 49 0.01 0 0.78 0.13 60.69 0.73 0.53
Hex DD DF 31 1 0 4E D 3D 49 35
Octal 335 337 61 1 0 116 15 75 111 65
Binary 11011101 11011111 110001 1 0 1001110 1101 111101 1001001 110101

Color Harmonies of #DDDF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF31

Black with #DDDF31

Text Example


Text Example

White with #DDDF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF31; }

 p { color: rgb(221,223,49); }

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

background-color css

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

 a { background-color: rgb(221,223,49); }

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

border-color css

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

 span { border-color: rgb(221,223,49); }

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