Html Css Color HEX #DDD432 Starship

📋 copy color: '#DDD432'

red 221 ◦ green 212 ◦ blue 50

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

Shades of Starship #DDD432

Tints of Starship #DDD432

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.89%

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

R = 45.76%
G = 43.89%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDD432 (or 0xDDD432) is known color: Starship. HEX triplet: DD, D4 and 32. RGB value is (221,212,50). Sum of RGB (Red+Green+Blue) = 221+212+50=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD432 is #222BCD. Grayscale: #C4C4C4. Windows color (decimal): -2239438 or 3331293. OLE color: 3331293.

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

Color convert

RGB 221 212 50 -
CMYK 0 0.04 0.77 0.13
HSL 56.84º 0.72% 0.53% -
HSV(B) 56.84º 0.77% 0.87% -
XYZ 53.94 62.69 12.28 -
YUV 196.22 45.48 145.67 -
System Red Green Blue C M Y K H S L
Decimal 221 212 50 0 0.04 0.77 0.13 56.84 0.72 0.53
Hex DD D4 32 0 4 4D D 39 48 35
Octal 335 324 62 0 4 115 15 71 110 65
Binary 11011101 11010100 110010 0 100 1001101 1101 111001 1001000 110101

Color Harmonies of #DDD432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD432

Black with #DDD432

Text Example


Text Example

White with #DDD432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD432; }

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

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

background-color css

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

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

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

border-color css

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

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

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