Html Css Color HEX #DDD73A Starship

📋 copy color: '#DDD73A'

red 221 ◦ green 215 ◦ blue 58

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

Shades of Starship #DDD73A

Tints of Starship #DDD73A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.74%

R = 44.74%
G = 43.52%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDD73A (or 0xDDD73A) is known color: Starship. HEX triplet: DD, D7 and 3A. RGB value is (221,215,58). Sum of RGB (Red+Green+Blue) = 221+215+58=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD73A is #2228C5. Grayscale: #C7C7C7. Windows color (decimal): -2238662 or 3856349. OLE color: 3856349.

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

Color convert

RGB 221 215 58 -
CMYK 0 0.03 0.74 0.13
HSL 57.79º 0.71% 0.55% -
HSV(B) 57.79º 0.74% 0.87% -
XYZ 54.88 64.28 13.52 -
YUV 198.9 48.49 143.77 -
System Red Green Blue C M Y K H S L
Decimal 221 215 58 0 0.03 0.74 0.13 57.79 0.71 0.55
Hex DD D7 3A 0 3 4A D 3A 47 37
Octal 335 327 72 0 3 112 15 72 107 67
Binary 11011101 11010111 111010 0 11 1001010 1101 111010 1000111 110111

Color Harmonies of #DDD73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD73A

Black with #DDD73A

Text Example


Text Example

White with #DDD73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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