Html Css Color HEX #DDD334 Starship

📋 copy color: '#DDD334'

red 221 ◦ green 211 ◦ blue 52

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

Shades of Starship #DDD334

Tints of Starship #DDD334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.74%

R = 45.66%
G = 43.6%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDD334 (or 0xDDD334) is known color: Starship. HEX triplet: DD, D3 and 34. RGB value is (221,211,52). Sum of RGB (Red+Green+Blue) = 221+211+52=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD334 is #222CCB. Grayscale: #C4C4C4. Windows color (decimal): -2239692 or 3462109. OLE color: 3462109.

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

Color convert

RGB 221 211 52 -
CMYK 0 0.05 0.76 0.13
HSL 56.45º 0.71% 0.54% -
HSV(B) 56.45º 0.76% 0.87% -
XYZ 53.73 62.21 12.42 -
YUV 195.86 46.81 145.93 -
System Red Green Blue C M Y K H S L
Decimal 221 211 52 0 0.05 0.76 0.13 56.45 0.71 0.54
Hex DD D3 34 0 5 4C D 38 47 36
Octal 335 323 64 0 5 114 15 70 107 66
Binary 11011101 11010011 110100 0 101 1001100 1101 111000 1000111 110110

Color Harmonies of #DDD334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD334

Black with #DDD334

Text Example


Text Example

White with #DDD334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD334; }

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

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

background-color css

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

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

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

border-color css

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

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

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