Html Css Color HEX #DDD12E Starship

📋 copy color: '#DDD12E'

red 221 ◦ green 209 ◦ blue 46

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

Shades of Starship #DDD12E

Tints of Starship #DDD12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.66%

R = 46.43%
G = 43.91%
B = 9.66%

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

#DDD12E (or 0xDDD12E) is known color: Starship. HEX triplet: DD, D1 and 2E. RGB value is (221,209,46). Sum of RGB (Red+Green+Blue) = 221+209+46=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 46 (18.36% from 255 or 9.66% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD12E is #222ED1. Grayscale: #C2C2C2. Windows color (decimal): -2240210 or 3068381. OLE color: 3068381.

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

Color convert

RGB 221 209 46 -
CMYK 0 0.05 0.79 0.13
HSL 55.89º 0.72% 0.52% -
HSV(B) 55.89º 0.79% 0.87% -
XYZ 53.11 61.17 11.59 -
YUV 194.01 44.48 147.25 -
System Red Green Blue C M Y K H S L
Decimal 221 209 46 0 0.05 0.79 0.13 55.89 0.72 0.52
Hex DD D1 2E 0 5 4F D 38 48 34
Octal 335 321 56 0 5 117 15 70 110 64
Binary 11011101 11010001 101110 0 101 1001111 1101 111000 1001000 110100

Color Harmonies of #DDD12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD12E

Black with #DDD12E

Text Example


Text Example

White with #DDD12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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