Html Css Color HEX #DDD73E Starship

📋 copy color: '#DDD73E'

red 221 ◦ green 215 ◦ blue 62

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

Shades of Starship #DDD73E

Tints of Starship #DDD73E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.45%

R = 44.38%
G = 43.17%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDD73E (or 0xDDD73E) is known color: Starship. HEX triplet: DD, D7 and 3E. RGB value is (221,215,62). Sum of RGB (Red+Green+Blue) = 221+215+62=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 62 (24.61% from 255 or 12.45% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD73E is #2228C1. Grayscale: #C7C7C7. Windows color (decimal): -2238658 or 4118493. OLE color: 4118493.

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

Color convert

RGB 221 215 62 -
CMYK 0 0.03 0.72 0.13
HSL 57.74º 0.7% 0.55% -
HSV(B) 57.74º 0.72% 0.87% -
XYZ 54.99 64.32 14.07 -
YUV 199.35 50.49 143.44 -
System Red Green Blue C M Y K H S L
Decimal 221 215 62 0 0.03 0.72 0.13 57.74 0.7 0.55
Hex DD D7 3E 0 3 48 D 3A 46 37
Octal 335 327 76 0 3 110 15 72 106 67
Binary 11011101 11010111 111110 0 11 1001000 1101 111010 1000110 110111

Color Harmonies of #DDD73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD73E

Black with #DDD73E

Text Example


Text Example

White with #DDD73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD73E; }

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

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

background-color css

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

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

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

border-color css

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

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

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