Html Css Color HEX #DDD738 Starship

📋 copy color: '#DDD738'

red 221 ◦ green 215 ◦ blue 56

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

Shades of Starship #DDD738

Tints of Starship #DDD738

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.7%

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

R = 44.92%
G = 43.7%
B = 11.38%

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

#DDD738 (or 0xDDD738) is known color: Starship. HEX triplet: DD, D7 and 38. RGB value is (221,215,56). Sum of RGB (Red+Green+Blue) = 221+215+56=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 56 (22.27% from 255 or 11.38% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD738 is #2228C7. Grayscale: #C7C7C7. Windows color (decimal): -2238664 or 3725277. OLE color: 3725277.

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

Color convert

RGB 221 215 56 -
CMYK 0 0.03 0.75 0.13
HSL 57.82º 0.71% 0.54% -
HSV(B) 57.82º 0.75% 0.87% -
XYZ 54.83 64.26 13.25 -
YUV 198.67 47.49 143.93 -
System Red Green Blue C M Y K H S L
Decimal 221 215 56 0 0.03 0.75 0.13 57.82 0.71 0.54
Hex DD D7 38 0 3 4B D 3A 47 36
Octal 335 327 70 0 3 113 15 72 107 66
Binary 11011101 11010111 111000 0 11 1001011 1101 111010 1000111 110110

Color Harmonies of #DDD738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD738

Black with #DDD738

Text Example


Text Example

White with #DDD738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD738; }

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

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

background-color css

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

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

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

border-color css

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

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

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