Html Css Color HEX #DDD73C Starship

📋 copy color: '#DDD73C'

red 221 ◦ green 215 ◦ blue 60

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

Shades of Starship #DDD73C

Tints of Starship #DDD73C

RGB

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

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

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

R = 44.56%
G = 43.35%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDD73C (or 0xDDD73C) is known color: Starship. HEX triplet: DD, D7 and 3C. RGB value is (221,215,60). Sum of RGB (Red+Green+Blue) = 221+215+60=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD73C is #2228C3. Grayscale: #C7C7C7. Windows color (decimal): -2238660 or 3987421. OLE color: 3987421.

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

Color convert

RGB 221 215 60 -
CMYK 0 0.03 0.73 0.13
HSL 57.76º 0.7% 0.55% -
HSV(B) 57.76º 0.73% 0.87% -
XYZ 54.93 64.3 13.79 -
YUV 199.12 49.49 143.6 -
System Red Green Blue C M Y K H S L
Decimal 221 215 60 0 0.03 0.73 0.13 57.76 0.7 0.55
Hex DD D7 3C 0 3 49 D 3A 46 37
Octal 335 327 74 0 3 111 15 72 106 67
Binary 11011101 11010111 111100 0 11 1001001 1101 111010 1000110 110111

Color Harmonies of #DDD73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD73C

Black with #DDD73C

Text Example


Text Example

White with #DDD73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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