Html Css Color HEX #DDDC41 Starship

📋 copy color: '#DDDC41'

red 221 ◦ green 220 ◦ blue 65

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

Shades of Starship #DDDC41

Tints of Starship #DDDC41

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.48%

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

R = 43.68%
G = 43.48%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDDC41 (or 0xDDDC41) is known color: Starship. HEX triplet: DD, DC and 41. RGB value is (221,220,65). Sum of RGB (Red+Green+Blue) = 221+220+65=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 65 (25.78% from 255 or 12.85% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC41 is #2223BE. Grayscale: #CBCBCB. Windows color (decimal): -2237375 or 4316381. OLE color: 4316381.

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

Color convert

RGB 221 220 65 -
CMYK 0 0.00 0.71 0.13
HSL 59.62º 0.7% 0.56% -
HSV(B) 59.62º 0.71% 0.87% -
XYZ 56.37 66.94 14.95 -
YUV 202.63 50.33 141.1 -
System Red Green Blue C M Y K H S L
Decimal 221 220 65 0 0.00 0.71 0.13 59.62 0.7 0.56
Hex DD DC 41 0 0 47 D 3C 46 38
Octal 335 334 101 0 0 107 15 74 106 70
Binary 11011101 11011100 1000001 0 0 1000111 1101 111100 1000110 111000

Color Harmonies of #DDDC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC41

Black with #DDDC41

Text Example


Text Example

White with #DDDC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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