Html Css Color HEX #DDD32E Starship

📋 copy color: '#DDD32E'

red 221 ◦ green 211 ◦ blue 46

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

Shades of Starship #DDD32E

Tints of Starship #DDD32E

RGB

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

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

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

R = 46.23%
G = 44.14%
B = 9.62%

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

#DDD32E (or 0xDDD32E) is known color: Starship. HEX triplet: DD, D3 and 2E. RGB value is (221,211,46). Sum of RGB (Red+Green+Blue) = 221+211+46=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 46 (18.36% from 255 or 9.62% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD32E is #222CD1. Grayscale: #C3C3C3. Windows color (decimal): -2239698 or 3068893. OLE color: 3068893.

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

Color convert

RGB 221 211 46 -
CMYK 0 0.05 0.79 0.13
HSL 56.57º 0.72% 0.52% -
HSV(B) 56.57º 0.79% 0.87% -
XYZ 53.61 62.16 11.76 -
YUV 195.18 43.81 146.42 -
System Red Green Blue C M Y K H S L
Decimal 221 211 46 0 0.05 0.79 0.13 56.57 0.72 0.52
Hex DD D3 2E 0 5 4F D 39 48 34
Octal 335 323 56 0 5 117 15 71 110 64
Binary 11011101 11010011 101110 0 101 1001111 1101 111001 1001000 110100

Color Harmonies of #DDD32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD32E

Black with #DDD32E

Text Example


Text Example

White with #DDD32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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