Html Css Color HEX #DDD640 Starship

📋 copy color: '#DDD640'

red 221 ◦ green 214 ◦ blue 64

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

Shades of Starship #DDD640

Tints of Starship #DDD640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.89%

 BLUE value IS 64 (25.39% from 255) = 12.83%

R = 44.29%
G = 42.89%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDD640 (or 0xDDD640) is known color: Starship. HEX triplet: DD, D6 and 40. RGB value is (221,214,64). Sum of RGB (Red+Green+Blue) = 221+214+64=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD640 is #2229BF. Grayscale: #C7C7C7. Windows color (decimal): -2238912 or 4249309. OLE color: 4249309.

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

Color convert

RGB 221 214 64 -
CMYK 0 0.03 0.71 0.13
HSL 57.32º 0.7% 0.56% -
HSV(B) 57.32º 0.71% 0.87% -
XYZ 54.79 63.84 14.28 -
YUV 198.99 51.82 143.7 -
System Red Green Blue C M Y K H S L
Decimal 221 214 64 0 0.03 0.71 0.13 57.32 0.7 0.56
Hex DD D6 40 0 3 47 D 39 46 38
Octal 335 326 100 0 3 107 15 71 106 70
Binary 11011101 11010110 1000000 0 11 1000111 1101 111001 1000110 111000

Color Harmonies of #DDD640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD640

Black with #DDD640

Text Example


Text Example

White with #DDD640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD640; }

 p { color: rgb(221,214,64); }

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

background-color css

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

 a { background-color: rgb(221,214,64); }

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

border-color css

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

 span { border-color: rgb(221,214,64); }

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