Html Css Color HEX #D9DD42 Starship

📋 copy color: '#D9DD42'

red 217 ◦ green 221 ◦ blue 66

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

Shades of Starship #D9DD42

Tints of Starship #D9DD42

RGB

 RED value IS 217 (85.16% from 255) = 43.06%

 GREEN value IS 221 (86.72% from 255) = 43.85%

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

R = 43.06%
G = 43.85%
B = 13.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#D9DD42 (or 0xD9DD42) is known color: Starship. HEX triplet: D9, DD and 42. RGB value is (217,221,66). Sum of RGB (Red+Green+Blue) = 217+221+66=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 66 (26.17% from 255 or 13.10% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD42 is #2622BD. Grayscale: #CACACA. Windows color (decimal): -2499262 or 4382169. OLE color: 4382169.

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

Color convert

RGB 217 221 66 -
CMYK 0.02 0 0.70 0.13
HSL 61.55º 0.7% 0.56% -
HSV(B) 61.55º 0.7% 0.87% -
XYZ 55.46 66.86 15.14 -
YUV 202.13 51.17 138.6 -
System Red Green Blue C M Y K H S L
Decimal 217 221 66 0.02 0 0.70 0.13 61.55 0.7 0.56
Hex D9 DD 42 2 0 46 D 3E 46 38
Octal 331 335 102 2 0 106 15 76 106 70
Binary 11011001 11011101 1000010 10 0 1000110 1101 111110 1000110 111000

Color Harmonies of #D9DD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DD42

Black with #D9DD42

Text Example


Text Example

White with #D9DD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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