Html Css Color HEX #D8D740 Starship

📋 copy color: '#D8D740'

red 216 ◦ green 215 ◦ blue 64

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

Shades of Starship #D8D740

Tints of Starship #D8D740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.93%

R = 43.64%
G = 43.43%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D8D740 (or 0xD8D740) is known color: Starship. HEX triplet: D8, D7 and 40. RGB value is (216,215,64). Sum of RGB (Red+Green+Blue) = 216+215+64=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D740 is #2728BF. Grayscale: #C6C6C6. Windows color (decimal): -2566336 or 4249560. OLE color: 4249560.

HSL color Cylindrical-coordinate representation of color #D8D740: hue angle of 59.61º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8D740 is Cyan = 0, Magento = 0.00, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 215 64 -
CMYK 0 0.00 0.70 0.15
HSL 59.61º 0.66% 0.55% -
HSV(B) 59.61º 0.7% 0.85% -
XYZ 53.54 63.57 14.3 -
YUV 198.09 52.33 140.78 -
System Red Green Blue C M Y K H S L
Decimal 216 215 64 0 0.00 0.70 0.15 59.61 0.66 0.55
Hex D8 D7 40 0 0 46 F 3C 42 37
Octal 330 327 100 0 0 106 17 74 102 67
Binary 11011000 11010111 1000000 0 0 1000110 1111 111100 1000010 110111

Color Harmonies of #D8D740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D740

Black with #D8D740

Text Example


Text Example

White with #D8D740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D740; }

 p { color: rgb(216,215,64); }

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

background-color css

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

 a { background-color: rgb(216,215,64); }

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

border-color css

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

 span { border-color: rgb(216,215,64); }

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