Html Css Color HEX #DDD741 Starship

📋 copy color: '#DDD741'

red 221 ◦ green 215 ◦ blue 65

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

Shades of Starship #DDD741

Tints of Starship #DDD741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.97%

R = 44.11%
G = 42.91%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDD741 (or 0xDDD741) is known color: Starship. HEX triplet: DD, D7 and 41. RGB value is (221,215,65). Sum of RGB (Red+Green+Blue) = 221+215+65=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 65 (25.78% from 255 or 12.97% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD741 is #2228BE. Grayscale: #C8C8C8. Windows color (decimal): -2238655 or 4315101. OLE color: 4315101.

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

Color convert

RGB 221 215 65 -
CMYK 0 0.03 0.71 0.13
HSL 57.69º 0.7% 0.56% -
HSV(B) 57.69º 0.71% 0.87% -
XYZ 55.07 64.35 14.52 -
YUV 199.69 51.99 143.2 -
System Red Green Blue C M Y K H S L
Decimal 221 215 65 0 0.03 0.71 0.13 57.69 0.7 0.56
Hex DD D7 41 0 3 47 D 3A 46 38
Octal 335 327 101 0 3 107 15 72 106 70
Binary 11011101 11010111 1000001 0 11 1000111 1101 111010 1000110 111000

Color Harmonies of #DDD741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD741

Black with #DDD741

Text Example


Text Example

White with #DDD741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD741; }

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

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

background-color css

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

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

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

border-color css

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

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

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