Html Css Color HEX #DDD83E Starship

📋 copy color: '#DDD83E'

red 221 ◦ green 216 ◦ blue 62

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

Shades of Starship #DDD83E

Tints of Starship #DDD83E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.29%

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

R = 44.29%
G = 43.29%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDD83E (or 0xDDD83E) is known color: Starship. HEX triplet: DD, D8 and 3E. RGB value is (221,216,62). Sum of RGB (Red+Green+Blue) = 221+216+62=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 62 (24.61% from 255 or 12.42% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD83E is #2227C1. Grayscale: #C8C8C8. Windows color (decimal): -2238402 or 4118749. OLE color: 4118749.

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

Color convert

RGB 221 216 62 -
CMYK 0 0.02 0.72 0.13
HSL 58.11º 0.7% 0.55% -
HSV(B) 58.11º 0.72% 0.87% -
XYZ 55.24 64.83 14.16 -
YUV 199.94 50.16 143.02 -
System Red Green Blue C M Y K H S L
Decimal 221 216 62 0 0.02 0.72 0.13 58.11 0.7 0.55
Hex DD D8 3E 0 2 48 D 3A 46 37
Octal 335 330 76 0 2 110 15 72 106 67
Binary 11011101 11011000 111110 0 10 1001000 1101 111010 1000110 110111

Color Harmonies of #DDD83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD83E

Black with #DDD83E

Text Example


Text Example

White with #DDD83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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