Html Css Color HEX #DDD438 Starship

📋 copy color: '#DDD438'

red 221 ◦ green 212 ◦ blue 56

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

Shades of Starship #DDD438

Tints of Starship #DDD438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.45%

R = 45.19%
G = 43.35%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDD438 (or 0xDDD438) is known color: Starship. HEX triplet: DD, D4 and 38. RGB value is (221,212,56). Sum of RGB (Red+Green+Blue) = 221+212+56=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 56 (22.27% from 255 or 11.45% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD438 is #222BC7. Grayscale: #C5C5C5. Windows color (decimal): -2239432 or 3724509. OLE color: 3724509.

HSL color Cylindrical-coordinate representation of color #DDD438: hue angle of 56.73º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDD438 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 212 56 -
CMYK 0 0.04 0.75 0.13
HSL 56.73º 0.71% 0.54% -
HSV(B) 56.73º 0.75% 0.87% -
XYZ 54.08 62.74 13 -
YUV 196.91 48.48 145.18 -
System Red Green Blue C M Y K H S L
Decimal 221 212 56 0 0.04 0.75 0.13 56.73 0.71 0.54
Hex DD D4 38 0 4 4B D 39 47 36
Octal 335 324 70 0 4 113 15 71 107 66
Binary 11011101 11010100 111000 0 100 1001011 1101 111001 1000111 110110

Color Harmonies of #DDD438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD438

Black with #DDD438

Text Example


Text Example

White with #DDD438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD438; }

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

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

background-color css

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

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

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

border-color css

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

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

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