Html Css Color HEX #DDD43C Starship

📋 copy color: '#DDD43C'

red 221 ◦ green 212 ◦ blue 60

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

Shades of Starship #DDD43C

Tints of Starship #DDD43C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43%

 BLUE value IS 60 (23.83% from 255) = 12.17%

R = 44.83%
G = 43%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDD43C (or 0xDDD43C) is known color: Starship. HEX triplet: DD, D4 and 3C. RGB value is (221,212,60). Sum of RGB (Red+Green+Blue) = 221+212+60=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 60 (23.83% from 255 or 12.17% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD43C is #222BC3. Grayscale: #C5C5C5. Windows color (decimal): -2239428 or 3986653. OLE color: 3986653.

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

Color convert

RGB 221 212 60 -
CMYK 0 0.04 0.73 0.13
HSL 56.65º 0.7% 0.55% -
HSV(B) 56.65º 0.73% 0.87% -
XYZ 54.18 62.79 13.54 -
YUV 197.36 50.48 144.86 -
System Red Green Blue C M Y K H S L
Decimal 221 212 60 0 0.04 0.73 0.13 56.65 0.7 0.55
Hex DD D4 3C 0 4 49 D 39 46 37
Octal 335 324 74 0 4 111 15 71 106 67
Binary 11011101 11010100 111100 0 100 1001001 1101 111001 1000110 110111

Color Harmonies of #DDD43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD43C

Black with #DDD43C

Text Example


Text Example

White with #DDD43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD43C; }

 p { color: rgb(221,212,60); }

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

background-color css

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

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

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

border-color css

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

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

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