Html Css Color HEX #DDD638 Starship

📋 copy color: '#DDD638'

red 221 ◦ green 214 ◦ blue 56

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

Shades of Starship #DDD638

Tints of Starship #DDD638

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.58%

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

R = 45.01%
G = 43.58%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDD638 (or 0xDDD638) is known color: Starship. HEX triplet: DD, D6 and 38. RGB value is (221,214,56). Sum of RGB (Red+Green+Blue) = 221+214+56=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 56 (22.27% from 255 or 11.41% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD638 is #2229C7. Grayscale: #C6C6C6. Windows color (decimal): -2238920 or 3725021. OLE color: 3725021.

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

Color convert

RGB 221 214 56 -
CMYK 0 0.03 0.75 0.13
HSL 57.45º 0.71% 0.54% -
HSV(B) 57.45º 0.75% 0.87% -
XYZ 54.58 63.75 13.17 -
YUV 198.08 47.82 144.35 -
System Red Green Blue C M Y K H S L
Decimal 221 214 56 0 0.03 0.75 0.13 57.45 0.71 0.54
Hex DD D6 38 0 3 4B D 39 47 36
Octal 335 326 70 0 3 113 15 71 107 66
Binary 11011101 11010110 111000 0 11 1001011 1101 111001 1000111 110110

Color Harmonies of #DDD638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD638

Black with #DDD638

Text Example


Text Example

White with #DDD638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD638; }

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

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

background-color css

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

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

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

border-color css

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

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

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