Html Css Color HEX #D9DC3C Starship

📋 copy color: '#D9DC3C'

red 217 ◦ green 220 ◦ blue 60

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

Shades of Starship #D9DC3C

Tints of Starship #D9DC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.07%

R = 43.66%
G = 44.27%
B = 12.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#D9DC3C (or 0xD9DC3C) is known color: Starship. HEX triplet: D9, DC and 3C. RGB value is (217,220,60). Sum of RGB (Red+Green+Blue) = 217+220+60=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DC3C is #2623C3. Grayscale: #C9C9C9. Windows color (decimal): -2499524 or 3988697. OLE color: 3988697.

HSL color Cylindrical-coordinate representation of color #D9DC3C: hue angle of 61.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9DC3C is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 220 60 -
CMYK 0.01 0 0.73 0.14
HSL 61.13º 0.7% 0.55% -
HSV(B) 61.13º 0.73% 0.86% -
XYZ 55.02 66.26 14.17 -
YUV 200.86 48.51 139.51 -
System Red Green Blue C M Y K H S L
Decimal 217 220 60 0.01 0 0.73 0.14 61.13 0.7 0.55
Hex D9 DC 3C 1 0 49 E 3D 46 37
Octal 331 334 74 1 0 111 16 75 106 67
Binary 11011001 11011100 111100 1 0 1001001 1110 111101 1000110 110111

Color Harmonies of #D9DC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DC3C

Black with #D9DC3C

Text Example


Text Example

White with #D9DC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DC3C; }

 p { color: rgb(217,220,60); }

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

background-color css

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

 a { background-color: rgb(217,220,60); }

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

border-color css

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

 span { border-color: rgb(217,220,60); }

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