Html Css Color HEX #DDD22C Starship

📋 copy color: '#DDD22C'

red 221 ◦ green 210 ◦ blue 44

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

Shades of Starship #DDD22C

Tints of Starship #DDD22C

RGB

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

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

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

R = 46.53%
G = 44.21%
B = 9.26%

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

#DDD22C (or 0xDDD22C) is known color: Starship. HEX triplet: DD, D2 and 2C. RGB value is (221,210,44). Sum of RGB (Red+Green+Blue) = 221+210+44=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 44 (17.58% from 255 or 9.26% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD22C is #222DD3. Grayscale: #C3C3C3. Windows color (decimal): -2239956 or 2937565. OLE color: 2937565.

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

Color convert

RGB 221 210 44 -
CMYK 0 0.05 0.80 0.13
HSL 56.27º 0.72% 0.52% -
HSV(B) 56.27º 0.8% 0.87% -
XYZ 53.32 61.65 11.47 -
YUV 194.37 43.14 147 -
System Red Green Blue C M Y K H S L
Decimal 221 210 44 0 0.05 0.80 0.13 56.27 0.72 0.52
Hex DD D2 2C 0 5 50 D 38 48 34
Octal 335 322 54 0 5 120 15 70 110 64
Binary 11011101 11010010 101100 0 101 1010000 1101 111000 1001000 110100

Color Harmonies of #DDD22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD22C

Black with #DDD22C

Text Example


Text Example

White with #DDD22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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