Html Css Color HEX #DDD22E Starship

📋 copy color: '#DDD22E'

red 221 ◦ green 210 ◦ blue 46

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

Shades of Starship #DDD22E

Tints of Starship #DDD22E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.03%

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

R = 46.33%
G = 44.03%
B = 9.64%

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

#DDD22E (or 0xDDD22E) is known color: Starship. HEX triplet: DD, D2 and 2E. RGB value is (221,210,46). Sum of RGB (Red+Green+Blue) = 221+210+46=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 46 (18.36% from 255 or 9.64% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD22E is #222DD1. Grayscale: #C3C3C3. Windows color (decimal): -2239954 or 3068637. OLE color: 3068637.

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

Color convert

RGB 221 210 46 -
CMYK 0 0.05 0.79 0.13
HSL 56.23º 0.72% 0.52% -
HSV(B) 56.23º 0.79% 0.87% -
XYZ 53.36 61.66 11.67 -
YUV 194.59 44.14 146.84 -
System Red Green Blue C M Y K H S L
Decimal 221 210 46 0 0.05 0.79 0.13 56.23 0.72 0.52
Hex DD D2 2E 0 5 4F D 38 48 34
Octal 335 322 56 0 5 117 15 70 110 64
Binary 11011101 11010010 101110 0 101 1001111 1101 111000 1001000 110100

Color Harmonies of #DDD22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD22E

Black with #DDD22E

Text Example


Text Example

White with #DDD22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD22E; }

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

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

background-color css

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

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

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

border-color css

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

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

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