Html Css Color HEX #DDD42E Starship

📋 copy color: '#DDD42E'

red 221 ◦ green 212 ◦ blue 46

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

Shades of Starship #DDD42E

Tints of Starship #DDD42E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.26%

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

R = 46.14%
G = 44.26%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDD42E (or 0xDDD42E) is known color: Starship. HEX triplet: DD, D4 and 2E. RGB value is (221,212,46). Sum of RGB (Red+Green+Blue) = 221+212+46=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 46 (18.36% from 255 or 9.60% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD42E is #222BD1. Grayscale: #C4C4C4. Windows color (decimal): -2239442 or 3069149. OLE color: 3069149.

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

Color convert

RGB 221 212 46 -
CMYK 0 0.04 0.79 0.13
HSL 56.91º 0.72% 0.52% -
HSV(B) 56.91º 0.79% 0.87% -
XYZ 53.86 62.66 11.84 -
YUV 195.77 43.48 146 -
System Red Green Blue C M Y K H S L
Decimal 221 212 46 0 0.04 0.79 0.13 56.91 0.72 0.52
Hex DD D4 2E 0 4 4F D 39 48 34
Octal 335 324 56 0 4 117 15 71 110 64
Binary 11011101 11010100 101110 0 100 1001111 1101 111001 1001000 110100

Color Harmonies of #DDD42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD42E

Black with #DDD42E

Text Example


Text Example

White with #DDD42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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