Html Css Color HEX #DDD642 Starship

📋 copy color: '#DDD642'

red 221 ◦ green 214 ◦ blue 66

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

Shades of Starship #DDD642

Tints of Starship #DDD642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.17%

R = 44.11%
G = 42.71%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDD642 (or 0xDDD642) is known color: Starship. HEX triplet: DD, D6 and 42. RGB value is (221,214,66). Sum of RGB (Red+Green+Blue) = 221+214+66=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD642 is #2229BD. Grayscale: #C7C7C7. Windows color (decimal): -2238910 or 4380381. OLE color: 4380381.

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

Color convert

RGB 221 214 66 -
CMYK 0 0.03 0.70 0.13
HSL 57.29º 0.7% 0.56% -
HSV(B) 57.29º 0.7% 0.87% -
XYZ 54.85 63.86 14.59 -
YUV 199.22 52.82 143.53 -
System Red Green Blue C M Y K H S L
Decimal 221 214 66 0 0.03 0.70 0.13 57.29 0.7 0.56
Hex DD D6 42 0 3 46 D 39 46 38
Octal 335 326 102 0 3 106 15 71 106 70
Binary 11011101 11010110 1000010 0 11 1000110 1101 111001 1000110 111000

Color Harmonies of #DDD642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD642

Black with #DDD642

Text Example


Text Example

White with #DDD642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD642; }

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

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

background-color css

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

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

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

border-color css

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

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

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