Html Css Color HEX #DDD742 Starship

📋 copy color: '#DDD742'

red 221 ◦ green 215 ◦ blue 66

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

Shades of Starship #DDD742

Tints of Starship #DDD742

RGB

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

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

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

R = 44.02%
G = 42.83%
B = 13.15%

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

#DDD742 (or 0xDDD742) is known color: Starship. HEX triplet: DD, D7 and 42. RGB value is (221,215,66). Sum of RGB (Red+Green+Blue) = 221+215+66=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 66 (26.17% from 255 or 13.15% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD742 is #2228BD. Grayscale: #C8C8C8. Windows color (decimal): -2238654 or 4380637. OLE color: 4380637.

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

Color convert

RGB 221 215 66 -
CMYK 0 0.03 0.70 0.13
HSL 57.68º 0.7% 0.56% -
HSV(B) 57.68º 0.7% 0.87% -
XYZ 55.1 64.37 14.67 -
YUV 199.81 52.49 143.12 -
System Red Green Blue C M Y K H S L
Decimal 221 215 66 0 0.03 0.70 0.13 57.68 0.7 0.56
Hex DD D7 42 0 3 46 D 3A 46 38
Octal 335 327 102 0 3 106 15 72 106 70
Binary 11011101 11010111 1000010 0 11 1000110 1101 111010 1000110 111000

Color Harmonies of #DDD742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD742

Black with #DDD742

Text Example


Text Example

White with #DDD742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD742; }

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

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

background-color css

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

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

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

border-color css

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

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

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