Html Css Color HEX #D8D83F Starship

📋 copy color: '#D8D83F'

red 216 ◦ green 216 ◦ blue 63

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

Shades of Starship #D8D83F

Tints of Starship #D8D83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.73%

R = 43.64%
G = 43.64%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8D83F (or 0xD8D83F) is known color: Starship. HEX triplet: D8, D8 and 3F. RGB value is (216,216,63). Sum of RGB (Red+Green+Blue) = 216+216+63=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D83F is #2727C0. Grayscale: #C7C7C7. Windows color (decimal): -2566081 or 4184280. OLE color: 4184280.

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

Color convert

RGB 216 216 63 -
CMYK 0 0 0.71 0.15
HSL 60º 0.66% 0.55% -
HSV(B) 60º 0.71% 0.85% -
XYZ 53.77 64.07 14.24 -
YUV 198.56 51.5 140.44 -
System Red Green Blue C M Y K H S L
Decimal 216 216 63 0 0 0.71 0.15 60 0.66 0.55
Hex D8 D8 3F 0 0 47 F 3C 42 37
Octal 330 330 77 0 0 107 17 74 102 67
Binary 11011000 11011000 111111 0 0 1000111 1111 111100 1000010 110111

Color Harmonies of #D8D83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D83F

Black with #D8D83F

Text Example


Text Example

White with #D8D83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D83F; }

 p { color: rgb(216,216,63); }

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

background-color css

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

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

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

border-color css

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

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

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