Html Css Color HEX #D8DD47 Starship

📋 copy color: '#D8DD47'

red 216 ◦ green 221 ◦ blue 71

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

Shades of Starship #D8DD47

Tints of Starship #D8DD47

RGB

 RED value IS 216 (84.77% from 255) = 42.52%

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

 BLUE value IS 71 (28.13% from 255) = 13.98%

R = 42.52%
G = 43.5%
B = 13.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#D8DD47 (or 0xD8DD47) is known color: Starship. HEX triplet: D8, DD and 47. RGB value is (216,221,71). Sum of RGB (Red+Green+Blue) = 216+221+71=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 71 (28.12% from 255 or 13.98% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DD47 is #2722B8. Grayscale: #CBCBCB. Windows color (decimal): -2564793 or 4709848. OLE color: 4709848.

HSL color Cylindrical-coordinate representation of color #D8DD47: hue angle of 62º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8DD47 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 221 71 -
CMYK 0.02 0 0.68 0.13
HSL 62º 0.69% 0.57% -
HSV(B) 62º 0.68% 0.87% -
XYZ 55.31 66.77 15.93 -
YUV 202.41 53.84 137.7 -
System Red Green Blue C M Y K H S L
Decimal 216 221 71 0.02 0 0.68 0.13 62 0.69 0.57
Hex D8 DD 47 2 0 44 D 3E 45 39
Octal 330 335 107 2 0 104 15 76 105 71
Binary 11011000 11011101 1000111 10 0 1000100 1101 111110 1000101 111001

Color Harmonies of #D8DD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DD47

Black with #D8DD47

Text Example


Text Example

White with #D8DD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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