Html Css Color HEX #D8DC47 Starship

📋 copy color: '#D8DC47'

red 216 ◦ green 220 ◦ blue 71

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

Shades of Starship #D8DC47

Tints of Starship #D8DC47

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.39%

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

R = 42.6%
G = 43.39%
B = 14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#D8DC47 (or 0xD8DC47) is known color: Starship. HEX triplet: D8, DC and 47. RGB value is (216,220,71). Sum of RGB (Red+Green+Blue) = 216+220+71=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 71 (28.12% from 255 or 14.00% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DC47 is #2723B8. Grayscale: #CACACA. Windows color (decimal): -2565049 or 4709592. OLE color: 4709592.

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

Color convert

RGB 216 220 71 -
CMYK 0.02 0 0.68 0.14
HSL 61.61º 0.68% 0.57% -
HSV(B) 61.61º 0.68% 0.86% -
XYZ 55.05 66.24 15.85 -
YUV 201.82 54.17 138.12 -
System Red Green Blue C M Y K H S L
Decimal 216 220 71 0.02 0 0.68 0.14 61.61 0.68 0.57
Hex D8 DC 47 2 0 44 E 3E 44 39
Octal 330 334 107 2 0 104 16 76 104 71
Binary 11011000 11011100 1000111 10 0 1000100 1110 111110 1000100 111001

Color Harmonies of #D8DC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC47

Black with #D8DC47

Text Example


Text Example

White with #D8DC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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