Html Css Color HEX #DDD934 Starship

📋 copy color: '#DDD934'

red 221 ◦ green 217 ◦ blue 52

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

Shades of Starship #DDD934

Tints of Starship #DDD934

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.29%

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

R = 45.1%
G = 44.29%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDD934 (or 0xDDD934) is known color: Starship. HEX triplet: DD, D9 and 34. RGB value is (221,217,52). Sum of RGB (Red+Green+Blue) = 221+217+52=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 52 (20.70% from 255 or 10.61% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD934 is #2226CB. Grayscale: #C8C8C8. Windows color (decimal): -2238156 or 3463645. OLE color: 3463645.

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

Color convert

RGB 221 217 52 -
CMYK 0 0.02 0.76 0.13
HSL 58.58º 0.71% 0.54% -
HSV(B) 58.58º 0.76% 0.87% -
XYZ 55.25 65.25 12.93 -
YUV 199.39 44.83 143.42 -
System Red Green Blue C M Y K H S L
Decimal 221 217 52 0 0.02 0.76 0.13 58.58 0.71 0.54
Hex DD D9 34 0 2 4C D 3B 47 36
Octal 335 331 64 0 2 114 15 73 107 66
Binary 11011101 11011001 110100 0 10 1001100 1101 111011 1000111 110110

Color Harmonies of #DDD934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD934

Black with #DDD934

Text Example


Text Example

White with #DDD934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD934; }

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

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

background-color css

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

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

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

border-color css

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

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

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