Html Css Color HEX #DDD32F Starship

📋 copy color: '#DDD32F'

red 221 ◦ green 211 ◦ blue 47

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

Shades of Starship #DDD32F

Tints of Starship #DDD32F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.05%

 BLUE value IS 47 (18.75% from 255) = 9.81%

R = 46.14%
G = 44.05%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDD32F (or 0xDDD32F) is known color: Starship. HEX triplet: DD, D3 and 2F. RGB value is (221,211,47). Sum of RGB (Red+Green+Blue) = 221+211+47=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 47 (18.75% from 255 or 9.81% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD32F is #222CD0. Grayscale: #C3C3C3. Windows color (decimal): -2239697 or 3134429. OLE color: 3134429.

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

Color convert

RGB 221 211 47 -
CMYK 0 0.05 0.79 0.13
HSL 56.55º 0.72% 0.53% -
HSV(B) 56.55º 0.79% 0.87% -
XYZ 53.63 62.17 11.86 -
YUV 195.29 44.31 146.34 -
System Red Green Blue C M Y K H S L
Decimal 221 211 47 0 0.05 0.79 0.13 56.55 0.72 0.53
Hex DD D3 2F 0 5 4F D 39 48 35
Octal 335 323 57 0 5 117 15 71 110 65
Binary 11011101 11010011 101111 0 101 1001111 1101 111001 1001000 110101

Color Harmonies of #DDD32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD32F

Black with #DDD32F

Text Example


Text Example

White with #DDD32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD32F; }

 p { color: rgb(221,211,47); }

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

background-color css

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

 a { background-color: rgb(221,211,47); }

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

border-color css

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

 span { border-color: rgb(221,211,47); }

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