Html Css Color HEX #D9DA3A Starship

📋 copy color: '#D9DA3A'

red 217 ◦ green 218 ◦ blue 58

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

Shades of Starship #D9DA3A

Tints of Starship #D9DA3A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.22%

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

R = 44.02%
G = 44.22%
B = 11.76%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9DA3A (or 0xD9DA3A) is known color: Starship. HEX triplet: D9, DA and 3A. RGB value is (217,218,58). Sum of RGB (Red+Green+Blue) = 217+218+58=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DA3A is #2625C5. Grayscale: #C8C8C8. Windows color (decimal): -2500038 or 3857113. OLE color: 3857113.

HSL color Cylindrical-coordinate representation of color #D9DA3A: hue angle of 60.38º 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 #D9DA3A is Cyan = 0.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 218 58 -
CMYK 0.00 0 0.73 0.15
HSL 60.38º 0.68% 0.54% -
HSV(B) 60.38º 0.73% 0.85% -
XYZ 54.45 65.2 13.72 -
YUV 199.46 48.17 140.51 -
System Red Green Blue C M Y K H S L
Decimal 217 218 58 0.00 0 0.73 0.15 60.38 0.68 0.54
Hex D9 DA 3A 0 0 49 F 3C 44 36
Octal 331 332 72 0 0 111 17 74 104 66
Binary 11011001 11011010 111010 0 0 1001001 1111 111100 1000100 110110

Color Harmonies of #D9DA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DA3A

Black with #D9DA3A

Text Example


Text Example

White with #D9DA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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