Html Css Color HEX #DDD12C Starship

📋 copy color: '#DDD12C'

red 221 ◦ green 209 ◦ blue 44

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

Shades of Starship #DDD12C

Tints of Starship #DDD12C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.09%

 BLUE value IS 44 (17.58% from 255) = 9.28%

R = 46.62%
G = 44.09%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDD12C (or 0xDDD12C) is known color: Starship. HEX triplet: DD, D1 and 2C. RGB value is (221,209,44). Sum of RGB (Red+Green+Blue) = 221+209+44=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD12C is #222ED3. Grayscale: #C2C2C2. Windows color (decimal): -2240212 or 2937309. OLE color: 2937309.

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

Color convert

RGB 221 209 44 -
CMYK 0 0.05 0.80 0.13
HSL 55.93º 0.72% 0.52% -
HSV(B) 55.93º 0.8% 0.87% -
XYZ 53.07 61.15 11.39 -
YUV 193.78 43.48 147.42 -
System Red Green Blue C M Y K H S L
Decimal 221 209 44 0 0.05 0.80 0.13 55.93 0.72 0.52
Hex DD D1 2C 0 5 50 D 38 48 34
Octal 335 321 54 0 5 120 15 70 110 64
Binary 11011101 11010001 101100 0 101 1010000 1101 111000 1001000 110100

Color Harmonies of #DDD12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD12C

Black with #DDD12C

Text Example


Text Example

White with #DDD12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD12C; }

 p { color: rgb(221,209,44); }

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

background-color css

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

 a { background-color: rgb(221,209,44); }

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

border-color css

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

 span { border-color: rgb(221,209,44); }

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