Html Css Color HEX #DDDD3B Starship

📋 copy color: '#DDDD3B'

red 221 ◦ green 221 ◦ blue 59

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

Shades of Starship #DDDD3B

Tints of Starship #DDDD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.78%

R = 44.11%
G = 44.11%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDDD3B (or 0xDDDD3B) is known color: Starship. HEX triplet: DD, DD and 3B. RGB value is (221,221,59). Sum of RGB (Red+Green+Blue) = 221+221+59=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 59 (23.44% from 255 or 11.78% from 501); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD3B is #2222C4. Grayscale: #CBCBCB. Windows color (decimal): -2237125 or 3923421. OLE color: 3923421.

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

Color convert

RGB 221 221 59 -
CMYK 0 0 0.73 0.13
HSL 60º 0.7% 0.55% -
HSV(B) 60º 0.73% 0.87% -
XYZ 56.46 67.4 14.17 -
YUV 202.53 47 141.17 -
System Red Green Blue C M Y K H S L
Decimal 221 221 59 0 0 0.73 0.13 60 0.7 0.55
Hex DD DD 3B 0 0 49 D 3C 46 37
Octal 335 335 73 0 0 111 15 74 106 67
Binary 11011101 11011101 111011 0 0 1001001 1101 111100 1000110 110111

Color Harmonies of #DDDD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD3B

Black with #DDDD3B

Text Example


Text Example

White with #DDDD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD3B; }

 p { color: rgb(221,221,59); }

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

background-color css

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

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

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

border-color css

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

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

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