Html Css Color HEX #DDDC40 Starship

📋 copy color: '#DDDC40'

red 221 ◦ green 220 ◦ blue 64

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

Shades of Starship #DDDC40

Tints of Starship #DDDC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.67%

R = 43.76%
G = 43.56%
B = 12.67%

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

#DDDC40 (or 0xDDDC40) is known color: Starship. HEX triplet: DD, DC and 40. RGB value is (221,220,64). Sum of RGB (Red+Green+Blue) = 221+220+64=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC40 is #2223BF. Grayscale: #CBCBCB. Windows color (decimal): -2237376 or 4250845. OLE color: 4250845.

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

Color convert

RGB 221 220 64 -
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.34 66.93 14.8 -
YUV 202.52 49.83 141.18 -
System Red Green Blue C M Y K H S L
Decimal 221 220 64 0 0.00 0.71 0.13 59.62 0.7 0.56
Hex DD DC 40 0 0 47 D 3C 46 38
Octal 335 334 100 0 0 107 15 74 106 70
Binary 11011101 11011100 1000000 0 0 1000111 1101 111100 1000110 111000

Color Harmonies of #DDDC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC40

Black with #DDDC40

Text Example


Text Example

White with #DDDC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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