Html Css Color HEX #D9D63A Starship

📋 copy color: '#D9D63A'

red 217 ◦ green 214 ◦ blue 58

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

Shades of Starship #D9D63A

Tints of Starship #D9D63A

RGB

 RED value IS 217 (85.16% from 255) = 44.38%

 GREEN value IS 214 (83.98% from 255) = 43.76%

 BLUE value IS 58 (23.05% from 255) = 11.86%

R = 44.38%
G = 43.76%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9D63A (or 0xD9D63A) is known color: Starship. HEX triplet: D9, D6 and 3A. RGB value is (217,214,58). Sum of RGB (Red+Green+Blue) = 217+214+58=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D63A is #2629C5. Grayscale: #C5C5C5. Windows color (decimal): -2501062 or 3856089. OLE color: 3856089.

HSL color Cylindrical-coordinate representation of color #D9D63A: hue angle of 58.87º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9D63A is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 214 58 -
CMYK 0 0.01 0.73 0.15
HSL 58.87º 0.68% 0.54% -
HSV(B) 58.87º 0.73% 0.85% -
XYZ 53.43 63.15 13.38 -
YUV 197.11 49.49 142.18 -
System Red Green Blue C M Y K H S L
Decimal 217 214 58 0 0.01 0.73 0.15 58.87 0.68 0.54
Hex D9 D6 3A 0 1 49 F 3B 44 36
Octal 331 326 72 0 1 111 17 73 104 66
Binary 11011001 11010110 111010 0 1 1001001 1111 111011 1000100 110110

Color Harmonies of #D9D63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D63A

Black with #D9D63A

Text Example


Text Example

White with #D9D63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D63A; }

 p { color: rgb(217,214,58); }

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

background-color css

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

 a { background-color: rgb(217,214,58); }

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

border-color css

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

 span { border-color: rgb(217,214,58); }

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