Html Css Color HEX #D8DC41 Starship

📋 copy color: '#D8DC41'

red 216 ◦ green 220 ◦ blue 65

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

Shades of Starship #D8DC41

Tints of Starship #D8DC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.97%

R = 43.11%
G = 43.91%
B = 12.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#D8DC41 (or 0xD8DC41) is known color: Starship. HEX triplet: D8, DC and 41. RGB value is (216,220,65). Sum of RGB (Red+Green+Blue) = 216+220+65=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 65 (25.78% from 255 or 12.97% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DC41 is #2723BE. Grayscale: #C9C9C9. Windows color (decimal): -2565055 or 4316376. OLE color: 4316376.

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

Color convert

RGB 216 220 65 -
CMYK 0.02 0 0.70 0.14
HSL 61.55º 0.69% 0.56% -
HSV(B) 61.55º 0.7% 0.86% -
XYZ 54.87 66.17 14.88 -
YUV 201.13 51.17 138.6 -
System Red Green Blue C M Y K H S L
Decimal 216 220 65 0.02 0 0.70 0.14 61.55 0.69 0.56
Hex D8 DC 41 2 0 46 E 3E 45 38
Octal 330 334 101 2 0 106 16 76 105 70
Binary 11011000 11011100 1000001 10 0 1000110 1110 111110 1000101 111000

Color Harmonies of #D8DC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC41

Black with #D8DC41

Text Example


Text Example

White with #D8DC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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