Html Css Color HEX #DDDA32 Starship

📋 copy color: '#DDDA32'

red 221 ◦ green 218 ◦ blue 50

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

Shades of Starship #DDDA32

Tints of Starship #DDDA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.22%

R = 45.19%
G = 44.58%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDDA32 (or 0xDDDA32) is known color: Starship. HEX triplet: DD, DA and 32. RGB value is (221,218,50). Sum of RGB (Red+Green+Blue) = 221+218+50=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 50 (19.92% from 255 or 10.22% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA32 is #2225CD. Grayscale: #C8C8C8. Windows color (decimal): -2237902 or 3332829. OLE color: 3332829.

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

Color convert

RGB 221 218 50 -
CMYK 0 0.01 0.77 0.13
HSL 58.95º 0.72% 0.53% -
HSV(B) 58.95º 0.77% 0.87% -
XYZ 55.47 65.75 12.78 -
YUV 199.75 43.49 143.16 -
System Red Green Blue C M Y K H S L
Decimal 221 218 50 0 0.01 0.77 0.13 58.95 0.72 0.53
Hex DD DA 32 0 1 4D D 3B 48 35
Octal 335 332 62 0 1 115 15 73 110 65
Binary 11011101 11011010 110010 0 1 1001101 1101 111011 1001000 110101

Color Harmonies of #DDDA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA32

Black with #DDDA32

Text Example


Text Example

White with #DDDA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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